PHP Класс PostTypeTaxonomyCustomFieldType

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

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

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

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

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

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

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

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

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

Приватные методы

Метод Описание
_getPostTypeArrayForChecklist ( $asQueryArgs = [], $sOperator = 'and', $aSlugsToRemove ) : array A helper function for the above getPosttypeChecklistField method.
_getPostTypeFieldArguments ( $aField ) : array
_getTaxonomyFieldArguments ( $aField ) : array
_getTaxonomySlugs ( $aField ) : array

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

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

Returns an array holding the urls of enqueuing scripts.
protected getEnqueuingScripts ( ) : array
Результат array

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

protected getEnqueuingStyles ( ) : array
Результат array

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 ( )

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

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

Defines the default key-values of this field type settings.
См. также: http://codex.wordpress.org/Function_Reference/get_post_types#Parameters
protected $aDefaultKeys

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

protected $aDefaultRemovingPostTypeSlugs

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

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