getErrors() 공개 정적인 메소드

Get all the errors
public static getErrors ( ) : array
리턴 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();
 }