Esempio n. 1
0
 /**
  * Fetch the resource ACL.
  *
  * @return array ACL for this resource.
  *
  * @throws Horde_Kolab_FreeBusy_Exception If retrieving the ACL information
  *                                        failed.
  */
 public function getAcl()
 {
     $perm = $this->_folder->getPermission();
     $acl =& $perm->acl;
     return $acl;
 }