PHP Класс AceCustomFieldType

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

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

Свойство Тип Описание
$aFieldTypeSlugs Defines the field type slugs used for this field type.

Защищенные свойства (Protected)

Свойство Тип Описание
$aDefaultKeys Defines the default key-values of this field type settings.

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

Метод Описание
getField ( $aField ) Returns the output of the field type.
setUp ( ) Loads the field type necessary components.

Защищенные методы

Метод Описание
getEnqueuingScripts ( ) Returns an array holding the urls of enqueuing scripts.
getEnqueuingStyles ( )
getScripts ( ) Returns the field type specific JavaScript script.
getStyles ( ) Returns the field type specific CSS rules.

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

getEnqueuingScripts() защищенный Метод

Returns an array holding the urls of enqueuing scripts.
protected getEnqueuingScripts ( )

getEnqueuingStyles() защищенный Метод

protected getEnqueuingStyles ( )

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

Returns the output of the field type.
public getField ( $aField )

getScripts() защищенный Метод

Returns the field type specific JavaScript script.
protected getScripts ( )

getStyles() защищенный Метод

Returns the field type specific CSS rules.
protected getStyles ( )

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

Loads the field type necessary components.
public setUp ( )

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

$aDefaultKeys защищенное свойство

Defines the default key-values of this field type settings.
protected $aDefaultKeys

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

Defines the field type slugs used for this field type.
public $aFieldTypeSlugs