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']);
    }