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

Show: PublicProtectedPrivateinherited
Table of Contents
Gestion des meta
Author
Eoxia  
Copyright
2015-2018  
Package
EO_Framework\EO_Model\Class  
Since
0.1.0  
Version
1.0.0  

\eoxia\Save_Meta_Class

Package: EO_Framework\EO_Model\Class
Gestion des meta
Parent(s)
\eoxia\Singleton_Util
Inherited_from
\eoxia\Singleton_Util  

Properties

>VPropertyprotected\eoxia\Singleton_Util $instance
static
L'instance courant du singleton
Details
Type
\eoxia\Singleton_Util

Methods

methodprotected__construct() : void
finalinherited

Appelle le constructeur parent

Inherited from:
Details
Since
0.1.0  
Version
1.0.0  
methodprotectedconstruct() : void

Le constructeur

Details
Since
1.0.0  
Version
1.0.0  
methodprotectedconstruct() : void
abstractinherited

Le constructeur pour les enfants

Inherited from:
Details
Since
0.1.0  
Version
1.0.0  
methodpublicg() : \eoxia\Singleton_Util
staticfinalinherited

Récupères l'instance courante

Inherited from:
Returns
TypeDescription
\eoxia\Singleton_UtilL'instance courante
Details
Since
0.1.0  
Version
1.0.0  
methodpublicsave_meta_data(object $object, string $function, string $meta_key) : void
static

Apelle la méthode selon si la définition du champ est en meta "single" ou "multiple".

Parameters
NameTypeDescription
$objectobject

L'objet courant.

$functionstring

La méthode a appeler.

$meta_keystring

Le nom de la meta key.

Details
Since
1.0.0  
Version
1.0.0  
methodprivatesave_multiple_meta_data(integer $id, mixed $array_value, string $function, string $meta_key) : void

Sauvegarde les valeurs dans une meta.

Parameters
NameTypeDescription
$idinteger

L'ID de l'élément.

$array_valuemixed

Les valeurs a enregistrer.

$functionstring

La function a appeler.

$meta_keystring

Le nom de la meta.

Details
Since
1.0.0  
Version
1.0.0  
methodprivatesave_single_meta_data(integer $id, mixed $value, string $function, string $meta_key) : void

Sauvegarde la valeur dans une meta seul.

Parameters
NameTypeDescription
$idinteger

L'ID de l'élément.

$valuemixed

La valeur a enregistrer.

$functionstring

La function a appeler.

$meta_keystring

Le nom de la meta.

Details
Since
1.0.0  
Version
1.0.0  
Documentation was generated by phpDocumentor 2.9.1.