|
Previous Page |
Solar_Form |
Next Page |
addFilter()
public
void
addFilter (
string $name,
array|string $spec,
string $array
)
Adds one filter to an element.
Parameters
- (string)
$name: The element name. - (array|string)
$spec: The filter specification; either a Solar_Filter method name (string), or an array where the first element is a method name and remaining elements are parameters to that method. - (string)
$array: Rename the element as a key in this array.
Returns
- (void)
Description
Adds one filter to an element.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _exception()
- _populate()
- _prepareName()
- _values()
- addFilter()
- addFilters()
- addInvalid()
- addInvalids()
- apiVersion()
- dump()
- getStatus()
- getValues()
- load()
- locale()
- orderElements()
- populate()
- reset()
- setElement()
- setElements()
- setStatus()
- setValue()
- setValues()
- validate()