示例#1
0
文件: Kolab.php 项目: raz0rsdge/horde
 /**
  * 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;
 }