getErrors() public static method

Get all the errors
public static getErrors ( ) : array
return array
示例#1
0
 /**
  * Get all the errors
  *
  * @return array
  */
 public static function getErrors()
 {
     trigger_error('Frontend\\Core\\Engine\\Language is deprecated.
          It has been moved to Frontend\\Core\\Language\\Language', E_USER_DEPRECATED);
     return parent::getErrors();
 }