LdapTools\Utilities\GPOLink::setIsEnforced PHP Method

setIsEnforced() public method

Set whether the GPO is enforced.
public setIsEnforced ( boolean $isEnforced ) : GPOLink
$isEnforced boolean
return GPOLink
    public function setIsEnforced($isEnforced)
    {
        return $this->modifyOptions($isEnforced, self::FLAGS['ENFORCED']);
    }