PHP 클래스 TitanFrameworkOptionSelect

상속: extends TitanFrameworkOption
파일 보기 프로젝트 열기: gambitph/titan-framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$defaultSecondarySettings

공개 메소드들

메소드 설명
__construct ( array $settings, string $owner ) Constructor
display ( ) * Display for options and meta
init_select_script ( ) : void Initialize the select2 field
load_select_scripts ( ) : void Register and load the select2 script
registerCustomizerControl ( $wp_customize, $section, $priority = 1 ) * Display for theme customizer

메소드 상세

__construct() 공개 메소드

Constructor
부터: 1.9.3
public __construct ( array $settings, string $owner )
$settings array Option settings
$owner string Namespace

display() 공개 메소드

* Display for options and meta
public display ( )

init_select_script() 공개 메소드

Initialize the select2 field
부터: 1.9.3
public init_select_script ( ) : void
리턴 void

load_select_scripts() 공개 메소드

Register and load the select2 script
부터: 1.9.3
public load_select_scripts ( ) : void
리턴 void

registerCustomizerControl() 공개 메소드

* Display for theme customizer
public registerCustomizerControl ( $wp_customize, $section, $priority = 1 )

프로퍼티 상세

$defaultSecondarySettings 공개적으로 프로퍼티

public $defaultSecondarySettings