LdapTools\Utilities\GPOLink::__construct PHP Метод

__construct() публичный Метод

public __construct ( string | LdapObject $gpo, integer $options )
$gpo string | LdapTools\Object\LdapObject The GPO (name, DN, SID, GUID, or LdapObject)
$options integer The GPO options bit flags
    public function __construct($gpo, $options = self::FLAGS['NOT_IGNORED_NOT_ENFORCED'])
    {
        $this->gpo = $gpo;
        $this->setOptionsFlag($options);
    }