PHP 클래스 AdminPageFramework_FieldType_Base

상속: extends AdminPageFramework_Form_Utility
파일 보기 프로젝트 열기: michaeluno/admin-page-framework

공개 프로퍼티들

프로퍼티 타입 설명
$_sFieldSetType
$aFieldTypeSlugs

보호된 프로퍼티들

프로퍼티 타입 설명
$_aDefaultKeys
$aDefaultKeys
$oMsg

공개 메소드들

메소드 설명
__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 = '' )

보호된 메소드들

메소드 설명
_replyToGetEnqueuingScripts ( )
_replyToGetEnqueuingStyles ( )
construct ( )
enqueueMediaUploader ( )
geFieldOutput ( array $aFieldset )
getElementByLabel ( $asElement, $asKey, $asLabel )
getFieldOutput ( array $aFieldset )
getLabelContainerAttributes ( array $aField, $asClassAttributes, array $aAttributes = [] )
isTinyMCESupported ( )

메소드 상세

__construct() 공개 메소드

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

_replyToDoOnFieldRegistration() 공개 메소드

public _replyToDoOnFieldRegistration ( array $aField )
$aField array

_replyToFieldLoader() 공개 메소드

public _replyToFieldLoader ( )

_replyToFieldTypeSetter() 공개 메소드

public _replyToFieldTypeSetter ( $sFieldSetType = '' )

_replyToGetEnqueuingScripts() 보호된 메소드

_replyToGetEnqueuingStyles() 보호된 메소드

_replyToGetField() 공개 메소드

public _replyToGetField ( $aField )

_replyToGetInputIEStyles() 공개 메소드

_replyToGetScripts() 공개 메소드

public _replyToGetScripts ( )

_replyToGetStyles() 공개 메소드

public _replyToGetStyles ( )

_replyToRegisterInputFieldType() 공개 메소드

public _replyToRegisterInputFieldType ( $aFieldDefinitions )

_replyToRemovingMediaLibraryTab() 공개 메소드

_replyToReplaceThickBoxText() 공개 메소드

public _replyToReplaceThickBoxText ( $sTranslated, $sText )

construct() 보호된 메소드

protected construct ( )

enqueueMediaUploader() 보호된 메소드

protected enqueueMediaUploader ( )

geFieldOutput() 보호된 메소드

protected geFieldOutput ( array $aFieldset )
$aFieldset array

getDefinitionArray() 공개 메소드

public getDefinitionArray ( $sFieldTypeSlug = '' )

getElementByLabel() 보호된 메소드

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

getFieldOutput() 보호된 메소드

protected getFieldOutput ( array $aFieldset )
$aFieldset array

getLabelContainerAttributes() 보호된 메소드

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

isTinyMCESupported() 보호된 메소드

protected isTinyMCESupported ( )

프로퍼티 상세

$_aDefaultKeys 보호되어 있는 정적으로 프로퍼티

protected static $_aDefaultKeys

$_sFieldSetType 공개적으로 프로퍼티

public $_sFieldSetType

$aDefaultKeys 보호되어 있는 프로퍼티

protected $aDefaultKeys

$aFieldTypeSlugs 공개적으로 프로퍼티

public $aFieldTypeSlugs

$oMsg 보호되어 있는 프로퍼티

protected $oMsg