PHP Class TitanFrameworkOptionMulticheck

Inheritance: extends TitanFrameworkOption
Afficher le fichier Open project: gambitph/titan-framework Class Usage Examples

Méthodes publiques

Свойство Type Description
$defaultSecondarySettings

Méthodes publiques

Méthode Description
__construct ( array $settings, string $owner ) Constructor
cleanValueForGetting ( $value )
cleanValueForSaving ( $value )
display ( ) * Display for options and meta
load_select_scripts ( ) : void Load the multicheck-selectall script
registerCustomizerControl ( $wp_customize, $section, $priority = 1 ) * Display for theme customizer

Method Details

__construct() public méthode

Constructor
Since: 1.11
public __construct ( array $settings, string $owner )
$settings array Option settings
$owner string Namespace

cleanValueForGetting() public méthode

public cleanValueForGetting ( $value )

cleanValueForSaving() public méthode

public cleanValueForSaving ( $value )

display() public méthode

* Display for options and meta
public display ( )

load_select_scripts() public méthode

Load the multicheck-selectall script
Since: 1.11
public load_select_scripts ( ) : void
Résultat void

registerCustomizerControl() public méthode

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

Property Details

$defaultSecondarySettings public_oe property

public $defaultSecondarySettings