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
importer
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 */
importer\moduleUpdate
moduleUpdate()
Definition:
importer.class.php:35
importer\recompileCache
recompileCache()
Definition:
importer.class.php:44
BaseObject
Definition:
BaseObject.class.php:9
importer\moduleInstall
moduleInstall()
Definition:
importer.class.php:17
ModuleObject
Definition:
ModuleObject.class.php:9
importer
Definition:
importer.class.php:11
importer\checkUpdate
checkUpdate()
Definition:
importer.class.php:26
Generated on Tue Dec 18 2018 17:04:28 for XpressEngine Core by
1.8.5