$method(); } } /** * render templates * @param null $page * @return mixed */ abstract function render($page = NULL); }