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