LdapTools\Connection\PageControl::setIsEnabled PHP Method

setIsEnabled() public method

Set whether or not paging is active and should be used.
public setIsEnabled ( boolean $enabled )
$enabled boolean
    public function setIsEnabled($enabled)
    {
        $this->isEnabled = (bool) $enabled;
    }