XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
trash.class.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
3 require_once(_XE_PATH_.'modules/trash/model/TrashVO.php');
4 
13 class trash extends ModuleObject
14 {
19  function moduleInstall()
20  {
21  return new BaseObject();
22  }
23 
28  function checkUpdate()
29  {
30  //$oDB = &DB::getInstance();
31  //$oModuleModel = getModel('module');
32 
33  return false;
34  }
35 
40  function moduleUpdate()
41  {
42  //$oDB = &DB::getInstance();
43  //$oModuleModel = getModel('module');
44 
45  return new BaseObject(0,'success_updated');
46  }
47 }
48 /* End of file trash.class.php */
49 /* Location: ./modules/trash/trash.class.php */
checkUpdate()
Definition: trash.class.php:28
moduleInstall()
Definition: trash.class.php:19
moduleUpdate()
Definition: trash.class.php:40
const _XE_PATH_
Definition: config.inc.php:49