Class Horde_Kolab_FreeBusy_Export_Freebusy_Xacl_Cache

Description

Extended free/busy access control based on cached ACL information.

Copyright 2008-2010 Klarälvdalens Datakonsult AB

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.

Located in /Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Cache.php (line 29)


	
			
Method Summary
 Horde_Kolab_FreeBusy_Export_Freebusy_Xacl_Cache __construct (Horde_Kolab_FreeBusy_Access $access,  $dbcache,  $filecache)
 boolean|PEAR_Error allow (string $file)
 string getUserId ()
 boolean|PEAR_Error purge (string $file)
 void store ( $file,  $fb,  $acl)
Methods
Constructor __construct (line 60)

Constructor.

  • access: public
Horde_Kolab_FreeBusy_Export_Freebusy_Xacl_Cache __construct (Horde_Kolab_FreeBusy_Access $access,  $dbcache,  $filecache)
  • Horde_Kolab_FreeBusy_Access $access: Free/Busy access control.
  • Horde_Kolab_FreeBusy_Cache_DB_xacl $dbcache: Db based extended ACL cache.
  • Horde_Kolab_FreeBusy_Cache_File_xacl $filecache: File based extended ACL cache.
allow (line 77)

Is extended access to the given file allowed?

  • return: True if extended access is allowed.
  • access: public
boolean|PEAR_Error allow (string $file)
  • string $file: Name of the cached partial free/busy information.
getUserId (line 112)

Return the ID of the user for whom extended free/busy access is being checked.

  • return: The user ID.
  • access: public
string getUserId ()
purge (line 127)

Purge the extended ACL information.

  • return: True if purging worked.
  • access: public
boolean|PEAR_Error purge (string $file)
  • string $file: Name of the cached extended ACL information.
store (line 132)
  • access: public
void store ( $file,  $fb,  $acl)
  • $file
  • $fb
  • $acl

Documentation generated on Sun, 30 Jan 2011 05:15:41 +0000 by phpDocumentor 1.4.3