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