LdapTools\AttributeConverter\ConvertUserAccountControl::getShouldAggregateValues PHP Method

getShouldAggregateValues() public method

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