PHP Класс TitanFrameworkOptionCode

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

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

Свойство Тип Описание
$defaultSecondarySettings array Default settings specific for this container

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

Метод Описание
__construct ( $settings, $owner ) Constructor
cleanValueForGetting ( string $value ) : mixes Cleans the value for getOption
display ( ) : void Displays the option for admin pages and meta boxes
generateCSSCode ( string $css, TitanFrameworkOption $option ) : void Generates CSS to be included in our dynamically generated CSS file in TitanFrameworkCSS, using tf_generate_css_code
loadAdminScripts ( ) : void Loads the ACE library for displaying our syntax highlighted code editor
printCSSForPagesAndPosts ( ) : void Prints CSS styles in the header for meta options using wp_print_scripts
printJS ( ) : void Prints javascript code in the header using wp_print_scripts
printJSForPagesAndPosts ( ) : void Prints javascript code in the header for meta options using wp_print_scripts
registerCustomizerControl ( $wp_customize, TitanFrameworkCustomizerSection $section, integer $priority = 1 ) : void Registers the theme customizer control, for displaying the option

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

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

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

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

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

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

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

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

Generates CSS to be included in our dynamically generated CSS file in TitanFrameworkCSS, using tf_generate_css_code
С версии: 1.3
public generateCSSCode ( string $css, TitanFrameworkOption $option ) : void
$css string The CSS to output
$option TitanFrameworkOption The option object being generated
Результат void

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

Loads the ACE library for displaying our syntax highlighted code editor
С версии: 1.3
public loadAdminScripts ( ) : void
Результат void

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

Prints CSS styles in the header for meta options using wp_print_scripts
С версии: 1.3
public printCSSForPagesAndPosts ( ) : void
Результат void

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

Prints javascript code in the header using wp_print_scripts
С версии: 1.3
public printJS ( ) : void
Результат void

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

Prints javascript code in the header for meta options using wp_print_scripts
С версии: 1.3
public printJSForPagesAndPosts ( ) : void
Результат void

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

Registers the theme customizer control, for displaying the option
С версии: 1.3
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 for this container
public array $defaultSecondarySettings
Результат array