getObjectToBackend() 공개 메소드

Returns the object ID to backend ID mapping.
public getObjectToBackend ( ) : array
리턴 array The mapping.
예제 #1
0
파일: Cached.php 프로젝트: Gomez/horde
 /**
  * Return the mapping of object IDs to backend IDs.
  *
  * @return array The object to backend mapping.
  */
 public function getObjectToBackend()
 {
     $this->_init();
     return $this->_data_cache->getObjectToBackend();
 }