/** * 模板主题设置 * * @access protected * @param string $theme * 模版主题 * @return Action */ protected function theme($theme) { $this->view->theme($theme); return $this; }
function theme($name = null) { return view::theme($name); }