![]() |
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 () | |
Alphanumeric filter
Definition at line 20 of file AlphanumericFilter.php.
__construct | ( | $arguments = array() | ) |
Constructor
array | $arguments | Filter configuration |
Definition at line 34 of file AlphanumericFilter.php.
References AlphanumericFilter\setAllowWhiteSpace().
filter | ( | $value | ) |
Return filtered value Remove all but alphabetic and numeric characters Allow whitespace by choice
string | $value |
Implements FilterInterface.
Definition at line 58 of file AlphanumericFilter.php.
setAllowWhiteSpace | ( | $allowWhiteSpace = true | ) |
Allow white space in the submitted value
bool | $allowWhiteSpace | True if allowed |
Definition at line 45 of file AlphanumericFilter.php.
References AlphanumericFilter\$allowWhiteSpace.
Referenced by AlphanumericFilter\__construct().
|
protected |
Definition at line 27 of file AlphanumericFilter.php.
Referenced by AlphanumericFilter\setAllowWhiteSpace().