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

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

\eoxia\Comment_Class

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

Properties

>VPropertyprotectedstring $base = 'comment'
Slug de base pour la route dans l'api rest
Default value'comment'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' => 'moderate_comments', 'post' => 'moderate_comments', 'delete' => 'moderate_comments')
La liste des droits a avoir pour accèder aux différentes méthodes
Default valuearray('get' => 'read', 'put' => 'moderate_comments', 'post' => 'moderate_comments', 'delete' => 'moderate_comments')Details
Type
array
>VPropertyprotectedstring $identifier_helper = 'comment'
Uniquement utile pour DigiRisk.

..

Default value'comment'Details
Type
string
Inherited_from
\eoxia\Object_Class::$identifier_helper  
>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 = '_comment'
La clé principale pour enregistrer les meta données.
Default value'_comment'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\Comment_Model'
Le nom du modèle à utiliser.
Default value'\eoxia\Comment_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 $type = 'ping'
Le type du commentaire
Default value'ping'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  
methodpubliccallback_pre_get_comments(\eoxia\WP_Comment_Query $query) : void

N'affiches pas les commentaires dans la liste des commentaires.

Parameters
NameTypeDescription
$query\eoxia\WP_Comment_Query

Query args.

Details
Since
1.0.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

Initialise pre_get_comments

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  
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) : \eoxia\Comment_Model

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

Parameters
NameTypeDescription
$argsarray

Les paramètres de get_comments @https://codex.wordpress.org/Function_Reference/get_comments.

$singleboolean

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

Returns
TypeDescription
\eoxia\Comment_Model
Details
Since
0.1.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  
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  
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) : void

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

Parameters
NameTypeDescription
$dataArray

Les données a insérer ou à mettre à jour.

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