PHP 클래스 AdminPageFramework_Form_View___Fieldset_Base

상속: extends AdminPageFramework_Form_Utility
파일 보기 프로젝트 열기: michaeluno/admin-page-framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$aCallbacks
$aErrors
$aFieldTypeDefinitions
$aFieldset
$aOptions
$oMsg

공개 메소드들

메소드 설명
__construct ( $aFieldset, $aOptions, $aErrors, &$aFieldTypeDefinitions, &$oMsg, array $aCallbacks = [] )

보호된 메소드들

메소드 설명
_getRepeaterFieldEnablerScript ( $sFieldsContainerID, $iFieldCount, $aSettings )
_getSortableFieldEnablerScript ( $sFieldsContainerID )

비공개 메소드들

메소드 설명
_getFieldTypeDefaultArguments ( $sFieldType, $aFieldTypeDefinitions )
_getFormatted ( $aFieldset, $aFieldTypeDefinitions )
_getRepeatableButtonHTML ( $sFieldsContainerID, array $aSettings, $iFieldCount, $bSmall = true )
_loadScripts ( $sStructureType = '' )

메소드 상세

__construct() 공개 메소드

public __construct ( $aFieldset, $aOptions, $aErrors, &$aFieldTypeDefinitions, &$oMsg, array $aCallbacks = [] )
$aCallbacks array

_getRepeaterFieldEnablerScript() 보호된 메소드

protected _getRepeaterFieldEnablerScript ( $sFieldsContainerID, $iFieldCount, $aSettings )

_getSortableFieldEnablerScript() 보호된 메소드

protected _getSortableFieldEnablerScript ( $sFieldsContainerID )

프로퍼티 상세

$aCallbacks 공개적으로 프로퍼티

public $aCallbacks

$aErrors 공개적으로 프로퍼티

public $aErrors

$aFieldTypeDefinitions 공개적으로 프로퍼티

public $aFieldTypeDefinitions

$aFieldset 공개적으로 프로퍼티

public $aFieldset

$aOptions 공개적으로 프로퍼티

public $aOptions

$oMsg 공개적으로 프로퍼티

public $oMsg