LdapTools\Connection\PageControl::isEnabled PHP 메소드

isEnabled() 공개 메소드

Check whether or not paging is active. If it is not active, the controls methods will not actually do anything.
public isEnabled ( ) : boolean
리턴 boolean
    public function isEnabled()
    {
        return $this->isEnabled;
    }