\Horde_Kolab_Server_Ldap_Changes

A helper class to determine an LDAP changeset.

Copyright 2008-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
__construct()
getChangeset()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_object
$_data
N/A

Properties

$_object

$_object : \Horde_Kolab_Server_Object

The object to be modified.

Type

\Horde_Kolab_Server_Object

$_data

$_data : array

The new dataset.

Type

array

Methods

__construct()

__construct(\Horde_Kolab_Server_Object  $object, array  $data) 

Constructor.

Parameters

\Horde_Kolab_Server_Object $object

The object to be modified.

array $data

The attributes of the object to be stored.

getChangeset()

getChangeset() : array

Return an LDAP changeset from the difference between the current object data and the new dataset.

Returns

array —

The LDAP changeset.