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