XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
adminlogging.class.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
3 
13 {
14 
19  function moduleInstall()
20  {
21  return new BaseObject();
22  }
23 
28  function checkUpdate()
29  {
30  return FALSE;
31  }
32 
37  function moduleUpdate()
38  {
39  return new BaseObject();
40  }
41 
46  function recompileCache()
47  {
48 
49  }
50 
51 }
52 /* End of file adminlogging.class.php */
53 /* Location: ./modules/adminlogging/adminlogging.class.php */