PHP Class PostTypeTaxonomyCustomFieldType

Since: 3.8.8
Inheritance: extends AdminPageFramework_FieldType_taxonomy
Afficher le fichier Open project: michaeluno/admin-page-framework

Méthodes publiques

Свойство Type Description
$aFieldTypeSlugs Defines the field type slugs used for this field type.

Protected Properties

Свойство Type Description
$aDefaultKeys Defines the default key-values of this field type settings.
$aDefaultRemovingPostTypeSlugs

Méthodes publiques

Méthode Description
getField ( $aField ) Returns the output of the field type.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
_getPostTypeArrayForChecklist ( $asQueryArgs = [], $sOperator = 'and', $aSlugsToRemove ) : array A helper function for the above getPosttypeChecklistField method.
_getPostTypeFieldArguments ( $aField ) : array
_getTaxonomyFieldArguments ( $aField ) : array
_getTaxonomySlugs ( $aField ) : array

Method Details

getEnqueuingScripts() protected méthode

Returns an array holding the urls of enqueuing scripts.
protected getEnqueuingScripts ( ) : array
Résultat array

getEnqueuingStyles() protected méthode

protected getEnqueuingStyles ( ) : array
Résultat array

getField() public méthode

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

getScripts() protected méthode

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

getStyles() protected méthode

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

Property Details

$aDefaultKeys protected_oe property

Defines the default key-values of this field type settings.
See also: http://codex.wordpress.org/Function_Reference/get_post_types#Parameters
protected $aDefaultKeys

$aDefaultRemovingPostTypeSlugs protected_oe property

protected $aDefaultRemovingPostTypeSlugs

$aFieldTypeSlugs public_oe property

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