XpressEngine Core
1.11.2
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
modules
install
install.class.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (C) NAVER <http://www.navercorp.com> */
8
class
install
extends
ModuleObject
9
{
13
function
moduleInstall
()
14
{
15
return
new
BaseObject
();
16
}
17
21
function
checkUpdate
()
22
{
23
return
false
;
24
}
25
29
function
moduleUpdate
()
30
{
31
return
new
BaseObject
();
32
}
33
37
function
recompileCache
()
38
{
39
}
40
}
41
/* End of file install.class.php */
42
/* Location: ./modules/install/install.class.php */
install\recompileCache
recompileCache()
Re-generate the cache file.
Definition:
install.class.php:37
install\moduleUpdate
moduleUpdate()
Execute update.
Definition:
install.class.php:29
BaseObject
Definition:
BaseObject.class.php:9
install
install module of the high class
Definition:
install.class.php:8
ModuleObject
Definition:
ModuleObject.class.php:9
install\moduleInstall
moduleInstall()
Implement if additional tasks are necessary when installing.
Definition:
install.class.php:13
install\checkUpdate
checkUpdate()
a method to check if successfully installed
Definition:
install.class.php:21
Generated on Tue Dec 18 2018 17:04:28 for XpressEngine Core by
1.8.5