PHP Class Papi_Property_Html, papi

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

Protected Properties

Property Type Description
$slug_required boolean Determine if the property require a slug or not.

Public Methods

Method Description
get_default_settings ( ) : array Get default settings.
html ( ) Render property html.

Method Details

get_default_settings() public method

Get default settings.
public get_default_settings ( ) : array
return array

html() public method

Render property html.
public html ( )

Property Details

$slug_required protected property

Determine if the property require a slug or not.
protected bool $slug_required
return boolean