LdapTools\AttributeConverter\ConvertGroupType::getShouldAggregateValues PHP 메소드

getShouldAggregateValues() 공개 메소드

    public function getShouldAggregateValues()
    {
        return $this->getOperationType() == self::TYPE_MODIFY || $this->getOperationType() == self::TYPE_CREATE;
    }