PHP Class Papi_Property_Divider, papi

Inheritance: extends Papi_Property
Mostrar archivo 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
html ( ) Render property html.

Protected Methods

Method Description
render_row_html ( ) Render the final html that is displayed in the table.

Method Details

html() public method

Render property html.
public html ( )

render_row_html() protected method

Render the final html that is displayed in the table.
protected render_row_html ( )

Property Details

$slug_required protected_oe property

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