Zend Framework
1.12
|
Public Member Functions | |
loadDefaultDecorators () | |
Load default decorators. | |
setImage ($path) | |
Set image path. | |
getImage () | |
Get image path. | |
setImageValue ($value) | |
Set image value to use when submitted. | |
getImageValue () | |
Get image value to use when submitted. | |
isChecked () | |
Was this element used to submit the form? | |
Public Attributes | |
$helper = 'formImage' | |
$src | |
Protected Attributes | |
$_imageValue | |
Additional Inherited Members | |
![]() | |
static | resolveElementId (Zend_Form_Decorator_Interface $decorator) |
Used to resolve and return an element ID. | |
![]() | |
_filterValue (&$value, &$key) | |
Filter a value. | |
_getDecorator ($name, $options) | |
Instantiate a decorator based on class name or class name fragment. | |
_loadFilter (array $filter) | |
Lazy-load a filter. | |
_loadValidator (array $validator) | |
Lazy-load a validator. | |
_loadDecorator (array $decorator, $name) | |
Lazy-load a decorator. | |
_getErrorMessages () | |
Retrieve error messages and perform translation and value substitution. | |
_hasErrorMessages () | |
Are there custom error messages registered? | |
getImage | ( | ) |
Get image path.
getImageValue | ( | ) |
Get image value to use when submitted.
isChecked | ( | ) |
Was this element used to submit the form?
loadDefaultDecorators | ( | ) |
Load default decorators.
setImage | ( | $path | ) |
setImageValue | ( | $value | ) |
|
protected |
$helper = 'formImage' |
$src |