LdapTools\Connection\PageControl::end PHP Метод

end() публичный Метод

End a paging operation.
public end ( )
    public function end()
    {
        if ($this->isEnabled) {
            $this->resetPagingControl();
            $this->cookie = null;
            $this->resultNumber = 0;
        }
    }