fillFromConfig([ 'content' ]); } public function render() { $this->prepareVars(); return $this->makePartial('help'); } protected function prepareVars() { $this->vars['content'] = $this->content; } }