XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
importer.class.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
11 class importer extends ModuleObject
12 {
17  function moduleInstall()
18  {
19  return new BaseObject();
20  }
21 
26  function checkUpdate()
27  {
28  return false;
29  }
30 
35  function moduleUpdate()
36  {
37  return new BaseObject();
38  }
39 
44  function recompileCache()
45  {
46  }
47 }
48 /* End of file importer.class.php */
49 /* Location: ./modules/importer/importer.class.php */