core\util\class-post-util.php

Show: PublicProtectedPrivateinherited
Table of Contents
Méthodes utiles pour les posts de WordPress.
Author
Eoxia  
Copyright
2015-2018 Eoxia  
Package
EO_Framework\Core\Util  
Since
0.1.0  
Version
1.0.0  

\eoxia\Post_Util

Package: EO_Framework\Core\Util
Gestion des posts
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 obligatoirement pour utiliser la classe \eoxia\Singleton_Util

Details
Since
0.1.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  
methodpublichave_child(integer $parent_id, array $post_types) : boolean
static

Vérifie si le post contient un enfant.

Parameters
NameTypeDescription
$parent_idinteger

L'ID du post.

$post_typesarray

Les post types à rechercher.

Returns
TypeDescription
boolean
Details
Since
0.5.0  
Version
1.0.0  
methodpublicis_parent(integer $parent_id, integer $children_id) : boolean
static

Est ce que le post est un parent des enfants ?

Parameters
NameTypeDescription
$parent_idinteger

(test: 10) L'id du post parent.

$children_idinteger

(test: 11) L'id du post enfant.

Returns
TypeDescription
booleantrue|false
Details
Since
0.1.0  
Version
1.0.0  
Documentation was generated by phpDocumentor 2.9.1.