*/ interface Validator { /* * Validates data. * * @param mixed $data * * @return bool */ public function validate($data); }