PHP Class 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.
Mostra file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__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.

Method Details

__construct() public method

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() public method

Return an LDAP changeset from the difference between the current object data and the new dataset.
public getChangeset ( ) : array
return array The LDAP changeset.