PHP Класс Horde_Kolab_Server_Ldap_Changes, 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.
Автор: Gunnar Wrobel ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Horde_Kolab_Server_Object_Interface $object, array $data ) Constructor.
getChangeset ( ) : array Return an LDAP changeset from the difference between the current object data and the new dataset.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Horde_Kolab_Server_Object_Interface $object, array $data )
$object Horde_Kolab_Server_Object_Interface The object to be modified.
$data array The attributes of the object to be stored.

getChangeset() публичный Метод

Return an LDAP changeset from the difference between the current object data and the new dataset.
public getChangeset ( ) : array
Результат array The LDAP changeset.