LdapTools\Connection\PageControl::isEnabled PHP Method

isEnabled() public method

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