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