コード例 #1
0
ファイル: Base.php プロジェクト: jubinpatel/horde
 /**
  * Fetches the objects for the specified UIDs.
  *
  * @param string $folder The folder to access.
  *
  * @return array The parsed objects.
  */
 public function fetch($folder, $uids, $options = array())
 {
     return $this->_driver->fetch($folder, $uids, $options);
 }