PHP 클래스 Horde_Kolab_Server_Structure_Kolab, 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_Structure_Ldap
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
generateServerGuid ( string $type, string $id, array $info ) : string Generates a UID for the given information.
getSearchOperations ( ) : array Returns the set of search operations supported by this object type.
getSupportedObjects ( ) : array Returns the set of objects supported by this structure.

보호된 메소드들

메소드 설명
_determineType ( string $guid, array $ocs ) : string Determine the type of an object by its tree position and other parameters.

메소드 상세

_determineType() 보호된 메소드

Determine the type of an object by its tree position and other parameters.
protected _determineType ( string $guid, array $ocs ) : string
$guid string The GUID of the object to examine.
$ocs array The object classes of the object to examine.
리턴 string The class name of the corresponding object type.

generateServerGuid() 공개 메소드

Generates a UID for the given information.
public generateServerGuid ( string $type, string $id, array $info ) : string
$type string The class name of the object to create.
$id string The id of the object.
$info array Any additional information about the object to create.
리턴 string The UID.

getSearchOperations() 공개 메소드

Returns the set of search operations supported by this object type.
public getSearchOperations ( ) : array
리턴 array An array of supported search operations.

getSupportedObjects() 공개 메소드

Returns the set of objects supported by this structure.
public getSupportedObjects ( ) : array
리턴 array An array of supported objects.