PHP Class IMP_Imap_Cache_Wrapper, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements Serializable
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$backend Horde_Imap_Client_Cache_Backend Cache object.

Protected Properties

Свойство Type Description
$_params array Cache parameters: - driver (string) - lifetime (integer)

Méthodes publiques

Méthode Description
__call ( $name, $arguments ) Redirects calls to the logger object.
__construct ( string $driver, integer $lifetime = null ) Constructor.
serialize ( )
unserialize ( $data )

Méthodes protégées

Méthode Description
_initOb ( $params )

Method Details

__call() public méthode

Redirects calls to the logger object.
public __call ( $name, $arguments )

__construct() public méthode

Constructor.
public __construct ( string $driver, integer $lifetime = null )
$driver string Cache driver to use.
$lifetime integer Cache lifetime.

_initOb() protected méthode

protected _initOb ( $params )

serialize() public méthode

public serialize ( )

unserialize() public méthode

public unserialize ( $data )

Property Details

$_params protected_oe property

Cache parameters: - driver (string) - lifetime (integer)
protected array $_params
Résultat array

$backend public_oe property

Cache object.
public Horde_Imap_Client_Cache_Backend $backend
Résultat Horde_Imap_Client_Cache_Backend