Todo List
KObject | --KFilterAbstract | --KFilterTrim
[line 27]
If this is null, then trim() is called with no specific character list, and its default behavior will be invoked, trimming whitespace.
KFilterTrim __construct( $config)
string|null getCharList( )
this setCharList( string|null $charList)
string _sanitize( mixed $value)
Returns the variable with characters stripped from the beginning and end
bool _validate( scalar $value)