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
krzip
krzip.controller.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (C) NAVER <http://www.navercorp.com> */
9
class
krzipController
extends
krzip
10
{
11
function
updateConfig
(
$args
)
12
{
13
if
(!
$args
|| !is_object(
$args
))
14
{
15
$args
=
new
stdClass();
16
}
17
18
$oModuleController
=
getController
(
'module'
);
19
$output
=
$oModuleController
->updateModuleConfig(
'krzip'
,
$args
);
20
if
(
$output
->toBool())
21
{
22
unset($this->module_config);
23
}
24
25
return
$output
;
26
}
27
}
28
29
/* End of file krzip.controller.php */
30
/* Location: ./modules/krzip/krzip.controller.php */
getController
getController($module_name)
Definition:
func.inc.php:90
krzip
Krzip module high class.
Definition:
krzip.class.php:17
$output
$output
Definition:
ko.install.php:193
$args
$args
Definition:
ko.install.php:185
krzipController
Krzip module controller class.
Definition:
krzip.controller.php:9
$oModuleController
$oModuleController
Definition:
ko.install.php:287
krzipController\updateConfig
updateConfig($args)
Definition:
krzip.controller.php:11
Generated on Tue Dec 18 2018 17:04:28 for XpressEngine Core by
1.8.5