getErrors() 공개 메소드

Retrieve the list of object errors.
public getErrors ( ) : array
리턴 array The list of errors.
예제 #1
0
파일: Log.php 프로젝트: horde/horde
 /**
  * Retrieve the list of object errors.
  *
  * @return array The list of errors.
  */
 public function getErrors()
 {
     return $this->_data->getErrors();
 }