LdapTools\AttributeConverter\ConvertGroupType::shouldInvertValue PHP Méthode

shouldInvertValue() protected méthode

Check if this is a distribution type for the attribute. That type is just inverse of a security enabled type.
protected shouldInvertValue ( ) : boolean
Résultat boolean
    protected function shouldInvertValue()
    {
        return MBString::strtolower($this->getAttribute()) == MBString::strtolower($this->getOptions()['distribution']);
    }