PHP 클래스 AdamWathan\Form\Elements\Element

파일 보기 프로젝트 열기: adamwathan/form

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes

공개 메소드들

메소드 설명
__call ( $method, $params )
__toString ( )
addClass ( $class )
attribute ( $attribute, $value )
clear ( $attribute )
data ( $attribute, $value = null )
getAttribute ( $attribute )
id ( $id )
removeClass ( $class )
render ( )

보호된 메소드들

메소드 설명
removeAttribute ( $attribute )
renderAttributes ( )
setAttribute ( $attribute, $value = null )
setId ( $id )
splitKeysAndValues ( $array )

메소드 상세

__call() 공개 메소드

public __call ( $method, $params )

__toString() 공개 메소드

public __toString ( )

addClass() 공개 메소드

public addClass ( $class )

attribute() 공개 메소드

public attribute ( $attribute, $value )

clear() 공개 메소드

public clear ( $attribute )

data() 공개 메소드

public data ( $attribute, $value = null )

getAttribute() 공개 메소드

public getAttribute ( $attribute )

id() 공개 메소드

public id ( $id )

removeAttribute() 보호된 메소드

protected removeAttribute ( $attribute )

removeClass() 공개 메소드

public removeClass ( $class )

render() 추상적인 공개 메소드

abstract public render ( )

renderAttributes() 보호된 메소드

protected renderAttributes ( )

setAttribute() 보호된 메소드

protected setAttribute ( $attribute, $value = null )

setId() 보호된 메소드

protected setId ( $id )

splitKeysAndValues() 보호된 메소드

protected splitKeysAndValues ( $array )

프로퍼티 상세

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

protected $attributes