PHP 클래스 AdminPageFramework_Input_Base

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

공개 프로퍼티들

프로퍼티 타입 설명
$aAttributes
$aField
$aOptions
$aStructureOptions

공개 메소드들

메소드 설명
__construct ( array $aAttributes, array $aOptions = [] )
addClass ( )
get ( )
getAttribute ( )
getAttributeArray ( )
getAttributesByKey ( )
setAttribute ( )
setAttributesByKey ( $sKey )

보호된 메소드들

메소드 설명
construct ( )

메소드 상세

__construct() 공개 메소드

public __construct ( array $aAttributes, array $aOptions = [] )
$aAttributes array
$aOptions array

addClass() 공개 메소드

public addClass ( )

construct() 보호된 메소드

protected construct ( )

get() 공개 메소드

public get ( )

getAttribute() 공개 메소드

public getAttribute ( )

getAttributeArray() 공개 메소드

public getAttributeArray ( )

getAttributesByKey() 공개 메소드

public getAttributesByKey ( )

setAttribute() 공개 메소드

public setAttribute ( )

setAttributesByKey() 공개 메소드

public setAttributesByKey ( $sKey )

프로퍼티 상세

$aAttributes 공개적으로 프로퍼티

public $aAttributes

$aField 공개적으로 프로퍼티

public $aField

$aOptions 공개적으로 프로퍼티

public $aOptions

$aStructureOptions 공개적으로 프로퍼티

public $aStructureOptions