PHP Class Papi_Option_Store, papi

Inheritance: extends Papi_Core_Meta_Store
Show file Open project: wp-papi/papi

Protected Properties

Property Type Description
$type string The meta type.

Public Methods

Method 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 method

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

get_property() public method

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

valid() public method

Check if it's a valid store.
public valid ( ) : boolean
return boolean

Property Details

$type protected property

The meta type.
protected string $type
return string