modules\wpeo-model\class\helper.class.php

Show: PublicProtectedPrivateinherited
Table of Contents
Classe helper pour les modèles.
Author
Eoxia  
Copyright
2015-2018  
Package
EO_Framework\EO_Model\Class  
Since
1.0.0  
Version
1.0.0  

\eoxia\Helper_Class

Package: EO_Framework\EO_Model\Class
Classe helper pour les modèles.
Implements
Children
\eoxia\Data_Class

Methods

methodpublic__toString() : string

Permet de faire echo sur un objet et supprimes la définition du modèle avant l'affichage.

Returns
TypeDescription
stringvoid
methodprivatedelete_model_for_print(object $current) : void

Supprime le modèle.

Parameters
NameTypeDescription
$currentobject

L'objet complet.

Details
Since
1.0.0  
Version
1.0.0  
methodpublicget_class() : string

Récupères le nom de la classe selon le model.

Returns
TypeDescription
stringLe nom de la classe avec le namespace si existant.
Details
Since
1.0.0  
Version
1.0.0  
methodpublicget_model() : Object

Récupères le modèle.

Returns
TypeDescription
Objectle modèle.
Details
Since
1.0.0  
Version
1.0.0  
methodpublicoffsetExists(string $offset) : boolean

Checks if a parameter is set.

Parameters
NameTypeDescription
$offsetstring

Parameter name.

Returns
TypeDescription
booleanWhether the parameter is set.
Details
Since
1.0.0  
methodpublicoffsetGet(string $offset) : mixed | null

Retrieves a parameter from the request.

Parameters
NameTypeDescription
$offsetstring

Parameter name.

Returns
TypeDescription
mixed | nullValue if set, null otherwise.
Details
Since
1.0.0  
methodpublicoffsetSet(string $offset, mixed $value) : void

Sets a parameter on the request.

Parameters
NameTypeDescription
$offsetstring

Parameter name.

$valuemixed

Parameter value.

Details
Since
1.0.0  
methodpublicoffsetUnset(string $offset) : void

Removes a parameter from the request.

Parameters
NameTypeDescription
$offsetstring

Parameter name.

Details
Since
1.0.0  
Documentation was generated by phpDocumentor 2.9.1.