function = $function; $this->argumentPosition = $argumentPosition; } public function getFunction() : string { return $this->function; } public function getArgumentPosition() : int { return $this->argumentPosition; } }