position = $position; $this->total = $total; $this->invert = $invert; $this->elementName = $elementName; } public function toArray(): array { return [ 'name' => 'typo3-backend-form-update-bitmask', 'data' => [ 'position' => $this->position, 'total' => $this->total, 'invert' => $this->invert, 'elementName' => $this->elementName, ], ]; } }