PHP Class AdamWathan\Form\Elements\Label

Inheritance: extends Element
Afficher le fichier Open project: adamwathan/form Class Usage Examples

Protected Properties

Свойство Type Description
$element
$label
$labelBefore

Méthodes publiques

Méthode Description
__construct ( $label )
after ( Element $element )
before ( Element $element )
forId ( $name )
getControl ( )
render ( )

Méthodes protégées

Méthode Description
renderElement ( )

Method Details

__construct() public méthode

public __construct ( $label )

after() public méthode

public after ( Element $element )
$element Element

before() public méthode

public before ( Element $element )
$element Element

forId() public méthode

public forId ( $name )

getControl() public méthode

public getControl ( )

render() public méthode

public render ( )

renderElement() protected méthode

protected renderElement ( )

Property Details

$element protected_oe property

protected $element

$label protected_oe property

protected $label

$labelBefore protected_oe property

protected $labelBefore