text = $text; $this->priority = $priority; } /** * {@inheritdoc} */ public function render() { return [ 'command' => 'webformAnnounce', 'text' => $this->text, 'priority' => $this->priority, ]; } }