Todo List
KObjectHandlable | --KCommandInterface | --KFilterInterface
Validate or sanitize data
mixed sanitize( mixed $value)
bool validate( mixed $value)
NOTE: This should always be a simple yes/no question (is $value valid?), so only true or false should be returned