PHP Class Papi_Option_Store, papi

Inheritance: extends Papi_Core_Meta_Store
Afficher le fichier Open project: wp-papi/papi

Protected Properties

Свойство Type Description
$type string The meta type.

Méthodes publiques

Méthode Description
__construct ( integer $id ) The constructor.
get_property ( string $slug, string $child_slug = '' ) : null | object Load property from page type.
valid ( ) : boolean Check if it's a valid store.

Method Details

__construct() public méthode

The constructor.
public __construct ( integer $id )
$id integer

get_property() public méthode

Load property from page type.
public get_property ( string $slug, string $child_slug = '' ) : null | object
$slug string
$child_slug string
Résultat null | object

valid() public méthode

Check if it's a valid store.
public valid ( ) : boolean
Résultat boolean

Property Details

$type protected_oe property

The meta type.
protected string $type
Résultat string