XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
session.admin.view.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
8 class sessionAdminView extends session
9 {
13  function init()
14  {
15  }
16 
21  {
22  // Set the template file
23  $this->setTemplatePath($this->module_path.'tpl');
24  $this->setTemplateFile('index');
25  }
26 }
27 /* End of file session.admin.view.php */
28 /* Location: ./modules/session/session.admin.view.php */
setTemplateFile($filename)
session module&#39;s high class
dispSessionAdminIndex()
Configure.
init()
Initialization.
The admin view class of the session module.