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

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

Check if this is a distribution type for the attribute. That type is just inverse of a security enabled type.
protected shouldInvertValue ( ) : boolean
Результат boolean
    protected function shouldInvertValue()
    {
        return MBString::strtolower($this->getAttribute()) == MBString::strtolower($this->getOptions()['distribution']);
    }