PHP 클래스 Admin_Apple_Settings_Section_Formatting, apple-news

부터: 0.6.0
상속: extends Admin_Apple_Settings_Section
파일 보기 프로젝트 열기: alleyinteractive/apple-news

보호된 프로퍼티들

프로퍼티 타입 설명
$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