LdapTools\Operation\BatchModifyOperation::__clone PHP 메소드

__clone() 공개 메소드

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