PHP 클래스 Horde_Kolab_Server_Composite, 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 사용 예제들

공개 메소드들

메소드 설명
__construct ( Horde_Kolab_Server_Interface $server, Horde_Kolab_Server_Objects_Interface $objects, Horde_Kolab_Server_Structure_Interface $structure, Horde_Kolab_Server_Search_Interface $search, Horde_Kolab_Server_Schema_Interface $schema ) Construct a new Horde_Kolab_Server object.
__get ( string $key ) : mixed Retrieve an object attribute.
connect ( string $user = null, string $pass = null ) : NULL. Connect to the server. Use this method if the user name you can provide does not match a GUID. In this case it will be required to map this user name first.

메소드 상세

__construct() 공개 메소드

Construct a new Horde_Kolab_Server object.
public __construct ( Horde_Kolab_Server_Interface $server, Horde_Kolab_Server_Objects_Interface $objects, Horde_Kolab_Server_Structure_Interface $structure, Horde_Kolab_Server_Search_Interface $search, Horde_Kolab_Server_Schema_Interface $schema )
$server Horde_Kolab_Server_Interface
$objects Horde_Kolab_Server_Objects_Interface
$structure Horde_Kolab_Server_Structure_Interface
$search Horde_Kolab_Server_Search_Interface
$schema Horde_Kolab_Server_Schema_Interface

__get() 공개 메소드

Retrieve an object attribute.
public __get ( string $key ) : mixed
$key string The name of the attribute.
리턴 mixed The atribute value.

connect() 공개 메소드

Connect to the server. Use this method if the user name you can provide does not match a GUID. In this case it will be required to map this user name first.
public connect ( string $user = null, string $pass = null ) : NULL.
$user string The user name.
$pass string The password.
리턴 NULL.