PHP 클래스 TitanFrameworkOptionRadioImage

상속: extends TitanFrameworkOption
파일 보기 프로젝트 열기: gambitph/titan-framework

공개 프로퍼티들

프로퍼티 타입 설명
$defaultSecondarySettings

공개 메소드들

메소드 설명
__construct ( $settings, $owner )
cleanValueForGetting ( $value ) The value we should return is a key of one of the options
cleanValueForSaving ( $value ) Save the index of the selected option
display ( ) * Display for options and meta
registerCustomizerControl ( $wp_customize, $section, $priority = 1 ) * Display for theme customizer

메소드 상세

__construct() 공개 메소드

public __construct ( $settings, $owner )

cleanValueForGetting() 공개 메소드

The value we should return is a key of one of the options
public cleanValueForGetting ( $value )

cleanValueForSaving() 공개 메소드

Save the index of the selected option
public cleanValueForSaving ( $value )

display() 공개 메소드

* Display for options and meta
public display ( )

registerCustomizerControl() 공개 메소드

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

프로퍼티 상세

$defaultSecondarySettings 공개적으로 프로퍼티

public $defaultSecondarySettings