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

Show: PublicProtectedPrivateinherited
Table of Contents
Gestion des posts (POST, PUT, GET, DELETE)
Author
Eoxia  
Copyright
2015-2018  
Package
EO_Framework\EO_Model\Class  
Since
0.1.0  
Version
1.0.0  

\eoxia\Post_Class

Package: EO_Framework\EO_Model\Class
Gestion des posts (POST, PUT, GET, DELETE)
Parent(s)
\eoxia\Object_Class < \eoxia\Rest_Class < \eoxia\Singleton_Util
Children
\eoxia\Attachment_Class
Inherited_from
\eoxia\Object_Class  

Properties

>VPropertyprotectedstring $base = 'post'
Le type du post
Default value'post'Details
Type
string
Inherited_from
\eoxia\Object_Class::$base  
>VPropertyprotectedstring $base = ''
Le slug de base de l'objet actuel.
Default value''Details
Type
string
>VPropertyprotectedarray $capabilities = array('get' => 'read', 'put' => 'edit_posts', 'post' => 'edit_posts', 'delete' => 'delete_posts')
La liste des droits a avoir pour accèder aux différentes méthodes
Default valuearray('get' => 'read', 'put' => 'edit_posts', 'post' => 'edit_posts', 'delete' => 'delete_posts')Details
Type
array
>VPropertyprotectedstring $identifier_helper = 'post'
Utiles pour récupérer la clé unique
Default value'post'Details
Type
string
Inherited_from
\eoxia\Object_Class::$identifier_helper  
Todo
Rien à faire ici  
>VPropertyprotectedstring $identifier_helper = ''
Utiles pour récupérer la clé unique
Default value''Details
Type
string
>VPropertyprotected\eoxia\Singleton_Util $instance
static
L'instance courant du singleton
Details
Type
\eoxia\Singleton_Util
>VPropertyprotectedstring $meta_key = '_wpeo_post'
La clé principale pour post_meta
Default value'_wpeo_post'Details
Type
string
Inherited_from
\eoxia\Object_Class::$meta_key  
>VPropertyprotectedstring $meta_key = ''
La clé principale pour la méta de l'objet.
Default value''Details
Type
string
>VPropertyprotectedstring $model_name = '\eoxia\Post_Model'
Le nom du modèle
Default value'\eoxia\Post_Model'Details
Type
string
Inherited_from
\eoxia\Object_Class::$model_name  
>VPropertyprotectedstring $model_name = ''
Le nom du modèle pour l'objet actuel.
Default value''Details
Type
string
>VPropertyprotectedstring $post_type_name = 'posts'
Le nom pour le resgister post type
Default value'posts'Details
Type
string
>VPropertyprotectedstring $type = 'post'
Le type du post
Default value'post'Details
Type
string
Inherited_from
\eoxia\Object_Class::$type  
>VPropertyprotectedstring $type = ''
Le type de l'objet actuel.
Default value''Details
Type
string

Methods

methodprotected__construct() : void
finalinherited

Appelle le constructeur parent

Inherited from:
Details
Since
0.1.0  
Version
1.0.0  
methodpubliccheck_cap(string $cap) : string
inherited

Check user capability to access to element

Inherited from:
Parameters
NameTypeDescription
$capstring

The capability name to check.

Returns
TypeDescription
stringThe rest api base for current element
Details
Since
1.0.0  
Version
1.0.0  
methodprotectedconstruct() : void

Appelle l'action "init" de WordPress

methodprotectedconstruct() : void
abstractinherited

Le constructeur pour les enfants

Inherited from:
Details
Since
0.1.0  
Version
1.0.0  
methodpubliccreate(Array $data) : Object
inherited

Appelle la méthode update puis renvoies l'objet mis à jour ou créé.

Inherited from:
Parameters
NameTypeDescription
$dataArray

Les données.

Returns
TypeDescription
ObjectL'objet avec toutes ses données.
Details
Since
0.1.0  
Version
1.0.0  
methodpubliccreate_from_parent(\eoxia\WP_Http::request $request) : mixed
inherited

Create / Update element from request

Inherited from:
Parameters
NameTypeDescription
$request\eoxia\WP_Http::request

The current Rest API request.

Returns
TypeDescription
mixedNew created element.
Details
Since
1.6.0  
Version
1.6.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  
methodpublicget(array $args = array(), boolean $single = false) : Object

Récupères les données selon le modèle défini.

Parameters
NameTypeDescription
$argsarray

Les paramètres à appliquer pour la récupération @see https://codex.wordpress.org/Function_Reference/WP_Query.

$singleboolean

Si on veut récupérer un tableau, ou qu'une seule entrée.

Returns
TypeDescription
Object
Details
Since
1.0.0  
Version
1.0.0  
methodpublicget_attached_taxonomy() : string

Retournes le nom de la catégorie attachée au post.

Returns
TypeDescription
stringLe nom de la catégorie.
Details
Since
1.0.0  
Version
1.0.0  
methodpublicget_from_parent(\eoxia\WP_Http::request $request) : mixed
inherited

Get element(s) from parent object type

Inherited from:
Parameters
NameTypeDescription
$request\eoxia\WP_Http::request

The current Rest API request.

Returns
TypeDescription
mixedElement list or single element if id was specified.
Details
Since
1.0.0  
Version
1.0.0  
methodpublicget_identifier_helper() : string
inherited

Utile uniquement pour DigiRisk.

Inherited from:
Returns
TypeDescription
stringL'identifiant des commentaires pour DigiRisk.
Details
Since
1.0.0  
Version
1.0.0  
methodpublicget_meta_key() : string
inherited

Retourne le nom de la méta générale de l'objet actuel.

Inherited from:
Returns
TypeDescription
stringLe nom de la méta de l'objet actuel
Details
Since
1.0.0  
Version
1.0.0  
methodpublicget_parent_from_parent(\eoxia\WP_Http::request $request) : mixed
inherited

Get element(s) from parent object type

Inherited from:
Parameters
NameTypeDescription
$request\eoxia\WP_Http::request

The current Rest API request.

Returns
TypeDescription
mixedElement list or single element if id was specified.
Details
Since
1.0.0  
Version
1.0.0  
methodpublicget_rest_base() : string
inherited

Return the base for rest api.

Inherited from:
Returns
TypeDescription
stringThe rest api base for current element
Details
Since
1.0.0  
Version
1.0.0  
methodpublicget_schema() : Object
inherited

Permet de récupérer le schéma avec les données du modèle par défault.

Inherited from:
Returns
TypeDescription
Object
Details
Since
0.1.0  
Version
1.0.0  
methodpublicget_type() : string
inherited

Retourne le post type.

Inherited from:
Returns
TypeDescription
stringLe type de l'objet actuel
Details
Since
1.0.0  
Version
1.0.0  
methodpublicinit_post_type() : boolean

Initialise le post type selon $name et $name_singular.

Initialise la taxonomy si elle existe.

Returns
TypeDescription
boolean
Details
See
 
Since
1.0.0  
Version
1.0.0  
methodpublicprepare_items_for_response(array $object_list, string $wp_type, string $meta_key, string $object_id_field) : array
inherited

Factorisation de la fonction de construction des objets après un GET.

Inherited from:
Parameters
NameTypeDescription
$object_listarray

La liste des objets récupérés.

$wp_typestring

Le type de l'élément actuel en cours de traitement.

$meta_keystring

La clé de la métadonnée principale que l'on a défini pour l'objet.

$object_id_fieldstring

la clé primaire permettant d'identifier l'objet.

Returns
TypeDescription
arrayLa liste des objets construits selon le modèle défini.
methodpublicregister_routes() : void
inherited

Défini et ajoute les routes dans l'api rest de WordPress

Inherited from:
Details
Since
1.0.0  
Version
1.0.0  
methodpublicsearch(string $search, array $array) : array

Recherche dans les meta value.

Parameters
NameTypeDescription
$searchstring

Le terme de la recherche.

$arrayarray

La définition de la recherche.

Returns
TypeDescription
array
Details
Since
1.0.0  
Version
1.0.0  
methodpublicset_model(string $model_name) : void
inherited

Permet de changer le modèle en dur.

Inherited from:
Parameters
NameTypeDescription
$model_namestring

Le nom du modèle.

Details
Since
1.0.0  
Version
1.3.6.0  
methodpublicupdate(Array $data) : Object

Insère ou met à jour les données dans la base de donnée.

Parameters
NameTypeDescription
$dataArray

Les données a insérer ou à mêttre à jour.

Returns
TypeDescription
ObjectL'objet construit grâce au modèle.
Details
Since
0.1.0  
Version
1.0.0  
Documentation was generated by phpDocumentor 2.9.1.