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;
        }
    }