Horde_Kolab_Server_Ldap_Changes::__construct PHP Method

__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.
    public function __construct(Horde_Kolab_Server_Object_Interface $object, array $data)
    {
        $this->_object = $object;
        $this->_data = $data;
    }
Horde_Kolab_Server_Ldap_Changes