Ejemplo n.º 1
0
 /**
  * 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);
 }