Zend Framework
1.12
|
Public Member Functions | |
__construct ($allowWhiteSpace=false) | |
Sets default option values for this instance. | |
getAllowWhiteSpace () | |
Returns the allowWhiteSpace option. | |
setAllowWhiteSpace ($allowWhiteSpace) | |
Sets the allowWhiteSpace option. | |
filter ($value) | |
Defined by Zend_Filter_Interface. | |
Public Attributes | |
$allowWhiteSpace | |
Protected Attributes | |
$_locale | |
Static Protected Attributes | |
static | $_unicodeEnabled |
static | $_meansEnglishAlphabet |
__construct | ( | $allowWhiteSpace = false | ) |
Sets default option values for this instance.
boolean | $allowWhiteSpace |
filter | ( | $value | ) |
Defined by Zend_Filter_Interface.
Returns the string $value, removing all but alphabetic characters
string | $value |
Implements Zend_Filter_Interface.
getAllowWhiteSpace | ( | ) |
Returns the allowWhiteSpace option.
setAllowWhiteSpace | ( | $allowWhiteSpace | ) |
Sets the allowWhiteSpace option.
boolean | $allowWhiteSpace |
|
protected |
|
staticprotected |
|
staticprotected |
$allowWhiteSpace |