getErrors() 공개 메소드

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