LdapTools\Utilities\GPOLink::getIsEnabled PHP Method

getIsEnabled() public method

Get whether the GPO link is enabled.
public getIsEnabled ( ) : boolean
return boolean
    public function getIsEnabled()
    {
        return $this->isOptionFlagSet(self::FLAGS['IGNORED']);
    }