PHP Class AdminPageFramework_FieldType_Base

Inheritance: extends AdminPageFramework_Form_Utility
Afficher le fichier Open project: michaeluno/admin-page-framework

Méthodes publiques

Свойство Type Description
$_sFieldSetType
$aFieldTypeSlugs

Protected Properties

Свойство Type Description
$_aDefaultKeys
$aDefaultKeys
$oMsg

Méthodes publiques

Méthode Description
__construct ( $asClassName = 'admin_page_framework', $asFieldTypeSlug = null, $oMsg = null, $bAutoRegister = true )
_replyToDoOnFieldRegistration ( array $aField )
_replyToFieldLoader ( )
_replyToFieldTypeSetter ( $sFieldSetType = '' )
_replyToGetField ( $aField )
_replyToGetInputIEStyles ( )
_replyToGetScripts ( )
_replyToGetStyles ( )
_replyToRegisterInputFieldType ( $aFieldDefinitions )
_replyToRemovingMediaLibraryTab ( $aTabs )
_replyToReplaceThickBoxText ( $sTranslated, $sText )
getDefinitionArray ( $sFieldTypeSlug = '' )

Méthodes protégées

Méthode Description
_replyToGetEnqueuingScripts ( )
_replyToGetEnqueuingStyles ( )
construct ( )
enqueueMediaUploader ( )
geFieldOutput ( array $aFieldset )
getElementByLabel ( $asElement, $asKey, $asLabel )
getFieldOutput ( array $aFieldset )
getLabelContainerAttributes ( array $aField, $asClassAttributes, array $aAttributes = [] )
isTinyMCESupported ( )

Method Details

__construct() public méthode

public __construct ( $asClassName = 'admin_page_framework', $asFieldTypeSlug = null, $oMsg = null, $bAutoRegister = true )

_replyToDoOnFieldRegistration() public méthode

public _replyToDoOnFieldRegistration ( array $aField )
$aField array

_replyToFieldLoader() public méthode

public _replyToFieldLoader ( )

_replyToFieldTypeSetter() public méthode

public _replyToFieldTypeSetter ( $sFieldSetType = '' )

_replyToGetEnqueuingScripts() protected méthode

_replyToGetEnqueuingStyles() protected méthode

_replyToGetField() public méthode

public _replyToGetField ( $aField )

_replyToGetInputIEStyles() public méthode

_replyToGetScripts() public méthode

public _replyToGetScripts ( )

_replyToGetStyles() public méthode

public _replyToGetStyles ( )

_replyToRegisterInputFieldType() public méthode

public _replyToRegisterInputFieldType ( $aFieldDefinitions )

_replyToRemovingMediaLibraryTab() public méthode

_replyToReplaceThickBoxText() public méthode

public _replyToReplaceThickBoxText ( $sTranslated, $sText )

construct() protected méthode

protected construct ( )

enqueueMediaUploader() protected méthode

protected enqueueMediaUploader ( )

geFieldOutput() protected méthode

protected geFieldOutput ( array $aFieldset )
$aFieldset array

getDefinitionArray() public méthode

public getDefinitionArray ( $sFieldTypeSlug = '' )

getElementByLabel() protected méthode

protected getElementByLabel ( $asElement, $asKey, $asLabel )

getFieldOutput() protected méthode

protected getFieldOutput ( array $aFieldset )
$aFieldset array

getLabelContainerAttributes() protected méthode

protected getLabelContainerAttributes ( array $aField, $asClassAttributes, array $aAttributes = [] )
$aField array
$aAttributes array

isTinyMCESupported() protected méthode

protected isTinyMCESupported ( )

Property Details

$_aDefaultKeys protected_oe static_oe property

protected static $_aDefaultKeys

$_sFieldSetType public_oe property

public $_sFieldSetType

$aDefaultKeys protected_oe property

protected $aDefaultKeys

$aFieldTypeSlugs public_oe property

public $aFieldTypeSlugs

$oMsg protected_oe property

protected $oMsg