PHP 클래스 Horde_Kolab_Server_Factory, 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.
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
getBindings ( ) : array Return the suggested interface bindings for the Kolab Server components.
getConnection ( array $configuration ) : Horde_Kolab_Server_Connection Return the server connection that should be used.
getServer ( array $configuration, mixed $logger ) : Horde_Kolab_Server_Interface Return the server connection that should be used.

비공개 메소드들

메소드 설명
getStructure ( array $configuration ) : Horde_Kolab_Server_Structure_Interface Setup the machinery to create a Horde_Kolab_Server_Structure handler.

메소드 상세

getBindings() 공개 메소드

Return the suggested interface bindings for the Kolab Server components.
public getBindings ( ) : array
리턴 array The bindings.

getConnection() 공개 메소드

Return the server connection that should be used.
public getConnection ( array $configuration ) : Horde_Kolab_Server_Connection
$configuration array The configuration parameters for the connection. (@todo: describe parameters)
리턴 Horde_Kolab_Server_Connection The connection to the server.

getServer() 공개 메소드

Return the server connection that should be used.
public getServer ( array $configuration, mixed $logger ) : Horde_Kolab_Server_Interface
$configuration array The configuration parameters for the server. (@todo: describe parameters)
$logger mixed The logger (@todo: which methods need to be provided?)
리턴 Horde_Kolab_Server_Interface The Horde_Kolab_Server connection.