LdapTools\AttributeConverter\ConvertUserAccountControl::shouldInvertValue PHP Метод

shouldInvertValue() защищенный Метод

Check if the attribute value/meaning should be inverted. Provided as a convenience (ie. enabled)
protected shouldInvertValue ( ) : boolean
Результат boolean
    protected function shouldInvertValue()
    {
        return in_array(MBString::strtolower($this->getAttribute()), MBString::array_change_value_case($this->getOptions()['invert']));
    }