view->fetch(); } public function pie() { return $this->view->fetch(); } public function bar() { return $this->view->fetch(); } }