PHP Class Horde_Kolab_Server_Connection_File, horde

Copyright 2008-2016 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.
Inheritance: extends Horde_Kolab_Server_Connection_Mock
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
clean ( ) : null Cleans the current state of the database.
getStoragePath ( ) : string Returns the path to the storage location of the database.
setParams ( array $params ) : null Set configuration parameters.

Méthodes protégées

Méthode Description
load ( ) : null Load the current state of the database.
store ( ) : null Store the current state of the database.

Private Methods

Méthode Description
_getFile ( ) : null Get the file parameter.

Method Details

clean() public méthode

Cleans the current state of the database.
public clean ( ) : null
Résultat null

getStoragePath() public méthode

Returns the path to the storage location of the database.
public getStoragePath ( ) : string
Résultat string The path to the database.

load() protected méthode

Load the current state of the database.
protected load ( ) : null
Résultat null

setParams() public méthode

Set configuration parameters.
public setParams ( array $params ) : null
$params array The parameters.
Résultat null

store() protected méthode

Store the current state of the database.
protected store ( ) : null
Résultat null