LdapTools\Operation\BatchModifyOperation::__clone PHP Method

__clone() public method

Make sure to clone a BatchCollection instance.
public __clone ( )
    public function __clone()
    {
        if ($this->properties['batch']) {
            $this->properties['batch'] = clone $this->properties['batch'];
        }
    }