![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct (array $arguments=array()) | |
setCharacterList ($characterList) | |
filter ($value) | |
Protected Attributes | |
$characterList | |
Additional Inherited Members | |
![]() | |
convertCase ($value, $case) | |
getCharsetConverter () | |
getTypoScriptFrontendController () | |
Trim filter
Definition at line 20 of file TrimFilter.php.
__construct | ( | array | $arguments = array() | ) |
Constructor
array | $arguments | Filter configuration |
Definition at line 34 of file TrimFilter.php.
References TrimFilter\setCharacterList().
filter | ( | $value | ) |
Return filtered value Strip characters from the beginning and the end
string | $value |
Implements FilterInterface.
Definition at line 59 of file TrimFilter.php.
setCharacterList | ( | $characterList | ) |
Set the characters that need to be stripped from the beginning or the end of the input, in addition to the default trim characters
string | $characterList |
Definition at line 47 of file TrimFilter.php.
References TrimFilter\$characterList.
Referenced by TrimFilter\__construct().
|
protected |
Definition at line 27 of file TrimFilter.php.
Referenced by TrimFilter\setCharacterList().