PHP 클래스 AdminPageFramework_Form_Controller

부터: 2.0.0
부터: 3.3.1 Changed the name from `AdminPageFramework_Setting`.
상속: extends AdminPageFramework_Form_View
파일 보기 프로젝트 열기: michaeluno/admin-page-framework 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_asTargetSectionID

공개 메소드들

메소드 설명
addField ( $asFieldset )
addResource ( $sKey, $sValue )
addSection ( array $aSectionset )
getResources ( $sKey )
hasFieldError ( )
hasSubmitNotice ( $sType = '' )
removeField ( $sFieldID )
removeSection ( $sSectionID )
setFieldErrors ( $aErrors )
setResources ( $sKey, $mValue )
setSubmitNotice ( $sMessage, $sType = 'error', $asAttributes = [], $bOverride = true )
unsetResources ( $aKeys )

비공개 메소드들

메소드 설명
_getTargetSectionID ( $asTargetSectionID )
_isFieldsetDefinition ( $asFieldset )
_setFieldset ( array $aFieldset )

메소드 상세

addField() 공개 메소드

public addField ( $asFieldset )

addResource() 공개 메소드

public addResource ( $sKey, $sValue )

addSection() 공개 메소드

public addSection ( array $aSectionset )
$aSectionset array

getResources() 공개 메소드

public getResources ( $sKey )

hasFieldError() 공개 메소드

public hasFieldError ( )

hasSubmitNotice() 공개 메소드

public hasSubmitNotice ( $sType = '' )

removeField() 공개 메소드

public removeField ( $sFieldID )

removeSection() 공개 메소드

public removeSection ( $sSectionID )

setFieldErrors() 공개 메소드

public setFieldErrors ( $aErrors )

setResources() 공개 메소드

public setResources ( $sKey, $mValue )

setSubmitNotice() 공개 메소드

public setSubmitNotice ( $sMessage, $sType = 'error', $asAttributes = [], $bOverride = true )

unsetResources() 공개 메소드

public unsetResources ( $aKeys )

프로퍼티 상세

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

protected $_asTargetSectionID