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.
상속: extends Horde_Kolab_Server_Connection_Mock
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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