getObjectByBackendId() 공개 메소드

Retrieve an object in the current folder by backend id.
public getObjectByBackendId ( string $uid ) : array
$uid string Backend id of the object to be returned.
리턴 array An array of all objects.
예제 #1
0
파일: Log.php 프로젝트: horde/horde
 /**
  * Retrieve an object in the current folder by backend id.
  *
  * @param string $uid Backend id of the object to be returned.
  *
  * @return array An array of all objects.
  */
 public function getObjectByBackendId($uid)
 {
     return $this->_data->getObjectByBackendId($uid);
 }