|
Previous Page |
Solar_Form |
Next Page |
_populate()
protected
void
_populate (
array|string $src,
string $name default NULL
)
Recursive method to map the submitted values into elements.
Parameters
- (array|string)
$src: The source data populating form values. If an array, will recursively descend into the array; if a scalar, will map the value into a form element. - (string)
$name: The name of the current element mapped from the array of submitted values. For example, $src['foo']['bar']['baz'] maps to "foo[bar][baz]".
Returns
- (void)
Description
Recursive method to map the submitted values into elements.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _exception()
- _populate()
- _prepareName()
- _values()
- addFilter()
- addFilters()
- addInvalid()
- addInvalids()
- apiVersion()
- dump()
- getStatus()
- getValue()
- getValues()
- load()
- locale()
- orderElements()
- populate()
- reset()
- setAttribs()
- setElement()
- setElements()
- setFilterLocaleObject()
- setStatus()
- setType()
- setValue()
- setValues()
- validate()