Overview

Packages

  • Prefs

Classes

  • Horde_Prefs
  • Horde_Prefs_Cache_Base
  • Horde_Prefs_Cache_Null
  • Horde_Prefs_Cache_Session
  • Horde_Prefs_CategoryManager
  • Horde_Prefs_Exception
  • Horde_Prefs_Identity
  • Horde_Prefs_Scope
  • Horde_Prefs_Storage_Base
  • Horde_Prefs_Storage_File
  • Horde_Prefs_Storage_Imsp
  • Horde_Prefs_Storage_KolabImap
  • Horde_Prefs_Storage_Ldap
  • Horde_Prefs_Storage_Null
  • Horde_Prefs_Storage_Sql
  • Horde_Prefs_Translation
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Prefs_Cache_Null

Null cache implementation for the preferences system.

Copyright 2010-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Prefs_Cache_Base
Extended by Horde_Prefs_Cache_Null
Package: Prefs
Category: Horde
License: LGPL 2.1
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Prefs/Cache/Null.php
Methods summary
public mixed
# get( string $scope )

Parameters

$scope
Scope specifier.

Returns

mixed

Returns false if no data is available, otherwise the Horde_Prefs_Scope object.

Throws

Horde_Prefs_Exception
public
# store( Horde_Prefs_Scope $scope_ob )

Parameters

$scope_ob
The scope object to store.

Throws

Horde_Prefs_Exception
public
# remove( string $scope = null )

Parameters

$scope
<p>The scope to remove. If null, clears entire cache.</p>

Throws

Horde_Prefs_Exception
Methods inherited from Horde_Prefs_Cache_Base
__construct()
API documentation generated by ApiGen