LdapTools\AttributeConverter\ConvertLogonWorkstations::getShouldAggregateValues PHP Méthode

getShouldAggregateValues() public méthode

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