PHP 클래스 Kirki_Sections_Default_Section, kirki

상속: extends WP_Customize_Section
파일 보기 프로젝트 열기: aristath/kirki

공개 프로퍼티들

프로퍼티 타입 설명
$type string The section type.

공개 메소드들

메소드 설명
json ( ) : array Gather the parameters passed to client JavaScript via JSON.

보호된 메소드들

메소드 설명
render_template ( ) An Underscore (JS) template for rendering this section.

메소드 상세

json() 공개 메소드

Gather the parameters passed to client JavaScript via JSON.
부터: 2.3.3
public json ( ) : array
리턴 array The array to be exported to the client as JSON.

render_template() 보호된 메소드

Class variables for this section class are available in the data JS object; export custom variables by overriding WP_Customize_Section::json().
protected render_template ( )

프로퍼티 상세

$type 공개적으로 프로퍼티

The section type.
public string $type
리턴 string