PHP Класс Admin_Apple_Settings_Section_Formatting, apple-news

С версии: 0.6.0
Наследование: extends Admin_Apple_Settings_Section
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$slug string Slug of the formatting settings section.

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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

after_section() публичный Метод

HTML to display after the section.
public after_section ( ) : string
Результат string

before_section() публичный Метод

HTML to display before the section.
public before_section ( ) : string
Результат string

get_section_info() публичный Метод

Gets section info.
public get_section_info ( ) : string
Результат string

render_meta_component_order() публичный статический Метод

Renders the component order field.
public static render_meta_component_order ( )

Описание свойств

$slug защищенное свойство

Slug of the formatting settings section.
protected string $slug
Результат string