PHP Class Admin_Apple_Settings_Section_Formatting, apple-news

Since: 0.6.0
Inheritance: extends Admin_Apple_Settings_Section
Show file Open project: alleyinteractive/apple-news

Protected Properties

Property Type Description
$slug string Slug of the formatting settings section.

Public Methods

Method Description
__construct ( string $page ) Constructor.
after_section ( ) : string HTML to display after the section.
before_section ( ) : string HTML to display before the section.
get_section_info ( ) : string Gets section info.
render_meta_component_order ( ) Renders the component order field.

Method Details

__construct() public method

Constructor.
public __construct ( string $page )
$page string

after_section() public method

HTML to display after the section.
public after_section ( ) : string
return string

before_section() public method

HTML to display before the section.
public before_section ( ) : string
return string

get_section_info() public method

Gets section info.
public get_section_info ( ) : string
return string

render_meta_component_order() public static method

Renders the component order field.
public static render_meta_component_order ( )

Property Details

$slug protected property

Slug of the formatting settings section.
protected string $slug
return string