Class Papi_Option_Page
Option page implementation of Papi page.
-
Papi_Container
implements
ArrayAccess
-
Papi_Core_Page
-
Papi_Option_Page
Methods summary
public
|
#
__construct( integer $post_id = 0 )
The constructor.
Create a new instance of the class.
Parameters
|
public
object
|
#
get_property( string $slug, string $child_slug = '' )
Load property from page type.
Load property from page type.
Parameters
Returns
object
|
public
boolean
|
#
valid( )
Check if it's a valid page.
Check if it's a valid page.
Returns
boolean
|
Methods inherited from Papi_Container
bind(),
call_closure(),
exists(),
get_class_prefix(),
get_closure(),
is_singleton(),
make(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
remove(),
singleton()
|
Properties summary
protected
string
|
$type
Data type to describe which
type of page data is it.
Data type to describe which
type of page data is it.
|
|