Property | Type | Description | |
---|---|---|---|
$defaultSecondarySettings | array | Default settings specific for this option. This is overridden by each option class | |
$echo_wrapper | |||
$owner | One of the TYPE_* constants above | ||
$settings | |||
$type |
Method | Description | |
---|---|---|
__call ( $name, $args ) | ||
__construct ( $settings, $owner ) | ||
cleanValueForGetting ( $value ) | * overridden | |
cleanValueForSaving ( $value ) | * overridden | |
display ( ) | * overridden | |
factory ( $settings, $owner ) | ||
getID ( ) | ||
getOptionNamespace ( ) : string | Gets the option namespace used in the framework instance currently used | |
getValue ( $postID = null ) | ||
registerCustomizerControl ( $wp_customize, $section, $priority = 1 ) | * overridden | |
setValue ( $value, $postID = null ) |
Method | Description | |
---|---|---|
echoOptionFooter ( $showDesc = true ) | ||
echoOptionFooterBare ( $showDesc = true ) | ||
echoOptionHeader ( $showDesc = false ) | ||
echoOptionHeaderBare ( ) | ||
getFramework ( ) : TitanFramework | Gets the framework instance currently used |
protected getFramework ( ) : TitanFramework | ||
return | TitanFramework |
public getOptionNamespace ( ) : string | ||
return | string | The option namespace |
public registerCustomizerControl ( $wp_customize, $section, $priority = 1 ) |
public array $defaultSecondarySettings | ||
return | array |