PHP Class AdamWathan\Form\Elements\Element

Afficher le fichier Open project: adamwathan/form

Protected Properties

Свойство Type Description
$attributes

Méthodes publiques

Méthode Description
__call ( $method, $params )
__toString ( )
addClass ( $class )
attribute ( $attribute, $value )
clear ( $attribute )
data ( $attribute, $value = null )
getAttribute ( $attribute )
id ( $id )
removeClass ( $class )
render ( )

Méthodes protégées

Méthode Description
removeAttribute ( $attribute )
renderAttributes ( )
setAttribute ( $attribute, $value = null )
setId ( $id )
splitKeysAndValues ( $array )

Method Details

__call() public méthode

public __call ( $method, $params )

__toString() public méthode

public __toString ( )

addClass() public méthode

public addClass ( $class )

attribute() public méthode

public attribute ( $attribute, $value )

clear() public méthode

public clear ( $attribute )

data() public méthode

public data ( $attribute, $value = null )

getAttribute() public méthode

public getAttribute ( $attribute )

id() public méthode

public id ( $id )

removeAttribute() protected méthode

protected removeAttribute ( $attribute )

removeClass() public méthode

public removeClass ( $class )

render() abstract public méthode

abstract public render ( )

renderAttributes() protected méthode

protected renderAttributes ( )

setAttribute() protected méthode

protected setAttribute ( $attribute, $value = null )

setId() protected méthode

protected setId ( $id )

splitKeysAndValues() protected méthode

protected splitKeysAndValues ( $array )

Property Details

$attributes protected_oe property

protected $attributes