PHP Класс TitanFrameworkCustomizer

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

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

Свойство Тип Описание
$options
$owner
$settings

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

Метод Описание
__construct ( $settings, $owner )
ajaxGenerateCustomizerCSS ( ) : void Ajax handler for generating CSS based on the existing options with values changed to match the customizer modified values.
createOption ( $settings )
getID ( )
initLocalStorage ( ) : void Prints the script that clears the JS local storage when customizer loads, this ensures we start fresh.
livePreview ( ) : void Prints the script PER option that handles customizer option changes for live previews
livePreviewMainScript ( ) : void Prints the script that uses ajax to adjust the live customizer CSS.
loadUploaderScript ( )
printPreviewCSS ( ) : void Prints out CSS styles for the current namespace refresh previewing
register ( $wp_customize )
useCustomizerModifiedValue ( mixed $value, integer $postID, TitanFrameworkOption $option ) : mixed Override the getOption value with the customizer value which comes from the $_POST array

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

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

public __construct ( $settings, $owner )

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

Ajax handler for generating CSS based on the existing options with values changed to match the customizer modified values.
С версии: 1.9.2
public ajaxGenerateCustomizerCSS ( ) : void
Результат void

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

public createOption ( $settings )

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

public getID ( )

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

Use localStorage so we can still use values when the customizer refreshes.
С версии: 1.9.2
public initLocalStorage ( ) : void
Результат void

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

Prints the script PER option that handles customizer option changes for live previews
С версии: 1.0
public livePreview ( ) : void
Результат void

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

Use localStorage so we can still use values when the customizer refreshes.
С версии: 1.9.2
public livePreviewMainScript ( ) : void
Результат void

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

public loadUploaderScript ( )

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

Prints out CSS styles for the current namespace refresh previewing
См. также: self::$namespacesWithPrintedPreviewCSS
С версии: 1.3
public printPreviewCSS ( ) : void
Результат void

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

public register ( $wp_customize )

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

Override the getOption value with the customizer value which comes from the $_POST array
С версии: 1.9.2
public useCustomizerModifiedValue ( mixed $value, integer $postID, TitanFrameworkOption $option ) : mixed
$value mixed The value of the option.
$postID integer The post ID if there is one (always null in this case).
$option TitanFrameworkOption The option being parsed.
Результат mixed The new value

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

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

public $options

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

public $owner

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

public $settings