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

공개 프로퍼티들

프로퍼티 타입 설명
$derived_attributes array Attributes derived from the LDAP values.
$object_classes array The ldap classes for this type of object.

공개 메소드들

메소드 설명
getFilter ( ) : string Return the filter string to retrieve this object type.
toHash ( string $attrs = null ) : array | PEAR_Error Convert the object attributes to a hash.

메소드 상세

getFilter() 공개 정적인 메소드

Return the filter string to retrieve this object type.
public static getFilter ( ) : string
리턴 string The filter to retrieve this object type from the server database.

toHash() 공개 메소드

Convert the object attributes to a hash.
public toHash ( string $attrs = null ) : array | PEAR_Error
$attrs string The attributes to return.
리턴 array | PEAR_Error The hash representing this object.

프로퍼티 상세

$derived_attributes 공개적으로 프로퍼티

Attributes derived from the LDAP values.
public array $derived_attributes
리턴 array

$object_classes 공개적으로 정적으로 프로퍼티

The ldap classes for this type of object.
public static array $object_classes
리턴 array