iPhorm_ElementLocated in /iPhorm/Element.php (line 3)
| Class | Description |
|---|---|
iPhorm_Element_File
|
array
$_errors
= array() (line 45)
Error messages
array
$_filters
= array() (line 31)
Element filters
iPhorm
$_form
= null (line 72)
The form this element belongs to
boolean
$_isArray
= false (line 58)
Is the element in an array?
mixed
$_isMultiple
= false (line 51)
Is the element multiple input e.g. multiple select
string
$_label
(line 17)
Element label
string
$_name
(line 10)
Element name
boolean
$_skipRender
= false (line 65)
Should the element be skipped by success handlers
array
$_validators
= array() (line 38)
Element validators
mixed
$_value
(line 24)
Element value
Constructor __construct (line 74)
addFilter (line 200)
Add a filter
addFilters (line 219)
Add multiple filters
addValidator (line 347)
Add a validator
addValidators (line 366)
Add mutliple validators
clearFilters (line 253)
Remove all filters
clearValidators (line 400)
Remove all validators
getErrors (line 587)
Get the error messages
getFilter (line 309)
Get the filter with the given name
getFilters (line 273)
Get the filters
getFullyQualifiedName (line 143)
Get the fully qualified name of the element
getIsArray (line 190)
Is the element an array?
getIsMultiple (line 169)
Does this element have multiple values?
getLabel (line 133)
Get the label of the element
getName (line 113)
Get the name of the element
getSkipRender (line 618)
Should the element be skipped during rendering
getValidator (line 456)
Get the validator with the given name
getValidators (line 420)
Get the validators
getValue (line 528)
Get the filtered value
getValueUnfiltered (line 508)
Get the unfiltered (raw) value
hasErrors (line 597)
Does the element have errors?
hasFilter (line 284)
Does the element have the given filter?
hasFilters (line 263)
Does this element have filters?
hasValidator (line 431)
Does the element have the given validator?
hasValidators (line 410)
Does the element have any validators?
isValid (line 548)
Is the given value valid?
removeFilter (line 330)
Remove a filter with the given name
removeValidator (line 477)
Remove a validator with the given name
setFilters (line 244)
Set the filters, overrides previously added filters
setIsArray (line 180)
Set the flag to indicate that the element is an array.
setIsMultiple (line 159)
Set the flag that the element can have multiple values.
setLabel (line 123)
Set the label of the element
setName (line 103)
Set the name of the element
setRequired (line 494)
Sets whether the element is required or not
setSkipRender (line 608)
Set whether or not the value should be rendered by success handlers
setValidators (line 391)
Set the validators, overrides previously added validators
setValue (line 518)
Set the value
_filterValue (line 648)
Filter the given value by reference
_filterValueRecursive (line 660)
Recursively filter the given value by reference
_loadFilter (line 676)
Load the filter instance from the given name
_loadValidator (line 701)
Load the validator instance from the given name
_prettyName (line 727)
Get the pretty version of the form element name. Translates the machine name to a more human readable format. E.g.
"email_address" becomes "Email address".
Documentation generated on Thu, 24 Feb 2011 22:19:37 +0000 by phpDocumentor 1.4.3