PHP Class 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.
Inheritance: extends Horde_Kolab_Server_Object_Kolabinetorgperson
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$derived_attributes array Attributes derived from the LDAP values.
$object_classes array The ldap classes for this type of object.

Méthodes publiques

Méthode Description
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.

Method Details

getFilter() public static méthode

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

toHash() public méthode

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

Property Details

$derived_attributes public_oe property

Attributes derived from the LDAP values.
public array $derived_attributes
Résultat array

$object_classes public_oe static_oe property

The ldap classes for this type of object.
public static array $object_classes
Résultat array