Cheetah
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
modules
cheetah
spy
install
installer.php
Go to the documentation of this file.
1
<?
php
2
8
require_once(CH_DIRECTORY_PATH_CLASSES .
"ChWsbInstaller.php"
);
9
10
class
ChSpyInstaller
extends
ChWsbInstaller
11
{
12
function
__construct
(&
$aConfig
)
13
{
14
parent::__construct(
$aConfig
);
15
}
16
17
function
install
($aParams)
18
{
19
$aResult
= parent::install($aParams);
20
21
if
(
$aResult
[
'result'
]) {
22
ChWsbService::call
($this->_aConfig[
'home_uri'
],
'update_handlers'
);
23
}
24
25
return
$aResult
;
26
}
27
}
$aResult
$aResult
Definition:
index.php:19
php
ChWsbInstaller
Definition:
ChWsbInstaller.php:38
ChSpyInstaller\__construct
__construct(&$aConfig)
Definition:
installer.php:12
ChSpyInstaller
Definition:
installer.php:11
$aConfig
$aConfig
Definition:
config.php:8
ChSpyInstaller\install
install($aParams)
Definition:
installer.php:17
ChWsbService\call
static call($mixed, $sMethod, $aParams=array(), $sClass='Module')
Definition:
ChWsbService.php:32
Generated by
1.8.20