PHP Класс 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_Server_Connection_Mock
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
load ( ) : null Load the current state of the database.
store ( ) : null Store the current state of the database.

Приватные методы

Метод Описание
_getFile ( ) : null Get the file parameter.

Описание методов

clean() публичный Метод

Cleans the current state of the database.
public clean ( ) : null
Результат null

getStoragePath() публичный Метод

Returns the path to the storage location of the database.
public getStoragePath ( ) : string
Результат string The path to the database.

load() защищенный Метод

Load the current state of the database.
protected load ( ) : null
Результат null

setParams() публичный Метод

Set configuration parameters.
public setParams ( array $params ) : null
$params array The parameters.
Результат null

store() защищенный Метод

Store the current state of the database.
protected store ( ) : null
Результат null