PHP Класс TitanFrameworkOptionNumber

Наследование: extends TitanFrameworkOption
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$defaultSecondarySettings Default settings specific to this option

Открытые методы

Метод Описание
__construct ( $settings, $owner ) Constructor
cleanValueForGetting ( string $value ) : mixes Cleans the value for getOption
cleanValueForSaving ( string $value ) : string Cleans up the serialized value before saving
createSliderScript ( ) : void Prints out the script the initializes the jQuery slider
display ( ) : void Displays the option for admin pages and meta boxes
enqueueSlider ( ) : void Enqueues the jQuery UI scripts
registerCustomizerControl ( $wp_customize, TitanFrameworkCustomizerSection $section, integer $priority = 1 ) : void Registers the theme customizer control, for displaying the option

Описание методов

__construct() публичный Метод

Constructor
С версии: 1.4
public __construct ( $settings, $owner )

cleanValueForGetting() публичный Метод

Cleans the value for getOption
С версии: 1.4
public cleanValueForGetting ( string $value ) : mixes
$value string The raw value of the option
Результат mixes The cleaned value

cleanValueForSaving() публичный Метод

Cleans up the serialized value before saving
С версии: 1.4
public cleanValueForSaving ( string $value ) : string
$value string The serialized value
Результат string The cleaned value

createSliderScript() публичный статический Метод

Prints out the script the initializes the jQuery slider
С версии: 1.4
public static createSliderScript ( ) : void
Результат void

display() публичный Метод

Displays the option for admin pages and meta boxes
С версии: 1.0
public display ( ) : void
Результат void

enqueueSlider() публичный Метод

Enqueues the jQuery UI scripts
С версии: 1.4
public enqueueSlider ( ) : void
Результат void

registerCustomizerControl() публичный Метод

Registers the theme customizer control, for displaying the option
С версии: 1.0
public registerCustomizerControl ( $wp_customize, TitanFrameworkCustomizerSection $section, integer $priority = 1 ) : void
$section TitanFrameworkCustomizerSection The section where this option will be placed
$priority integer The order of this control in the section
Результат void

Описание свойств

$defaultSecondarySettings публичное свойство

Default settings specific to this option
public $defaultSecondarySettings