setCommonOptions('VECTOR', $fieldName, $alias); array_push($this->fieldArguments, $algorithm, count($attributeNameValueDictionary)); $this->fieldArguments = array_merge($this->fieldArguments, $attributeNameValueDictionary); } /** * {@inheritDoc} */ public function toArray(): array { return $this->fieldArguments; } }