label = $label; $this->description = $description; $this->button = $button; } /** * Compile the initial state for this file attacher */ public function getState(): array { return [ 'component' => $this->component, 'label' => $this->label, 'description' => $this->description, 'button' => $this->button, ]; } }