![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct ($arguments=array()) | |
setAllowWhiteSpace ($allowWhiteSpace=true) | |
filter ($value) | |
Protected Attributes | |
$allowWhiteSpace | |
Additional Inherited Members | |
![]() | |
convertCase ($value, $case) | |
getCharsetConverter () | |
getTypoScriptFrontendController () | |
Alphabetic filter
Definition at line 20 of file AlphabeticFilter.php.
__construct | ( | $arguments = array() | ) |
Constructor
array | $arguments | Filter configuration |
Definition at line 34 of file AlphabeticFilter.php.
References AlphabeticFilter\setAllowWhiteSpace().
filter | ( | $value | ) |
Return filtered value Remove all but alphabetic characters Allow whitespace by choice
string | $value |
Implements FilterInterface.
Definition at line 58 of file AlphabeticFilter.php.
setAllowWhiteSpace | ( | $allowWhiteSpace = true | ) |
Allow white space in the submitted value
bool | $allowWhiteSpace | True if allowed |
Definition at line 45 of file AlphabeticFilter.php.
References AlphabeticFilter\$allowWhiteSpace.
Referenced by AlphabeticFilter\__construct().
|
protected |
Definition at line 27 of file AlphabeticFilter.php.
Referenced by AlphabeticFilter\setAllowWhiteSpace().