public function touchError()
 {
     parent::addError(1, "custom message");
     return null;
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct(dirname(__FILE__));
 }
예제 #3
0
 public static function clearErrors()
 {
     self::$errors = array();
 }