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
Datei anzeigen Open project: horde/horde

Public Methods

Method 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.

Protected Methods

Method Description
load ( ) : null Load the current state of the database.
store ( ) : null Store the current state of the database.

Private Methods

Method Description
_getFile ( ) : null Get the file parameter.

Method Details

clean() public method

Cleans the current state of the database.
public clean ( ) : null
return null

getStoragePath() public method

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

load() protected method

Load the current state of the database.
protected load ( ) : null
return null

setParams() public method

Set configuration parameters.
public setParams ( array $params ) : null
$params array The parameters.
return null

store() protected method

Store the current state of the database.
protected store ( ) : null
return null