module(); } public function hello() { return 'hello'; } public function testPage() { // return $this->fetch(); return []; } }