|
Zend Framework
3.0
|
for the canonical source repository Copyright (c) 2005-2016 Zend Technologies USA Inc. More...
Namespaces | |
| namespace | Annotation |
| Zend Framework (http://framework.zend.com/) | |
| namespace | Element |
| Zend Framework (http://framework.zend.com/) | |
| namespace | Exception |
| Zend Framework (http://framework.zend.com/) | |
| namespace | FormElementManager |
| for the canonical source repository Copyright (c) 2005-2016 Zend Technologies USA Inc. | |
| namespace | View |
| Zend Framework (http://framework.zend.com/) | |
Classes | |
| class | ConfigProvider |
| class | Element |
| interface | ElementAttributeRemovalInterface |
| class | ElementFactory |
| Factory for instantiating form elements. More... | |
| interface | ElementInterface |
| interface | ElementPrepareAwareInterface |
| class | Factory |
| class | Fieldset |
| interface | FieldsetInterface |
| interface | FieldsetPrepareAwareInterface |
| Deprecated by https://github.com/zendframework/zf2/pull/5636. More... | |
| class | Form |
| class | FormAbstractServiceFactory |
| class | FormElementManagerFactory |
| interface | FormFactoryAwareInterface |
| interface | FormInterface |
| class | InputFilterProviderFieldset |
| interface | LabelAwareInterface |
| class | Module |
Functions | |
| setFormFactory (Factory $factory) | |
| Compose a form factory into the object. | |
| setLabelAttributes (array $labelAttributes) | |
| Set the attributes to use with the label. | |
| getLabelAttributes () | |
| Get the attributes to use with the label. | |
| setLabelOptions ($arrayOrTraversable) | |
| Set many label options at once. | |
| getLabelOptions () | |
| Get label specific options. | |
| clearLabelOptions () | |
| Clear all label options. | |
| removeLabelOptions (array $keys) | |
| Remove many attributes at once. | |
| setLabelOption ($key, $value) | |
| Set a single label optionn. | |
| getLabelOption ($key) | |
| Retrieve a single label option. | |
| removeLabelOption ($key) | |
| Remove a single label option. | |
| hasLabelOption ($key) | |
| Does the element has a specific label option ? | |
Variables | |
| trait | FormFactoryAwareTrait |
| trait | LabelAwareTrait |
| $labelOptions = [] | |
for the canonical source repository Copyright (c) 2005-2016 Zend Technologies USA Inc.
Zend Framework (http://framework.zend.com/)
(http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License
for the canonical source repository Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License http://github.com/zendframework/zf2 for the canonical source repository Copyright (c) 2016 Zend Technologies USA Inc. (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License
| Zend\Form\clearLabelOptions | ( | ) |
Clear all label options.
| Zend\Form\getLabelAttributes | ( | ) |
Get the attributes to use with the label.
| Zend\Form\getLabelOption | ( | $key | ) |
Retrieve a single label option.
| $key |
| Zend\Form\getLabelOptions | ( | ) |
Get label specific options.
| Zend\Form\hasLabelOption | ( | $key | ) |
Does the element has a specific label option ?
| string | $key |
| Zend\Form\removeLabelOption | ( | $key | ) |
| Zend\Form\removeLabelOptions | ( | array | $keys | ) |
| Zend\Form\setFormFactory | ( | Factory | $factory | ) |
| Zend\Form\setLabelAttributes | ( | array | $labelAttributes | ) |
Set the attributes to use with the label.
| array | $labelAttributes |
| Zend\Form\setLabelOption | ( | $key, | |
| $value | |||
| ) |
Set a single label optionn.
| string | $key | |
| mixed | $value |
| Zend\Form\setLabelOptions | ( | $arrayOrTraversable | ) |
Set many label options at once.
Implementation will decide if this will overwrite or merge.
| array | Traversable | $arrayOrTraversable |
| Exception\InvalidArgumentException |
| $labelOptions = [] |
| trait FormFactoryAwareTrait |
| trait LabelAwareTrait |
1.8.3