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
membership
classes
ChMbpCron.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChWsbCron'
);
9
10
class
ChMbpCron
extends
ChWsbCron
11
{
12
var
$_oModule
;
13
14
function
__construct
()
15
{
16
parent::__construct();
17
18
$this->_oModule =
ChWsbModule::getInstance
(
'ChMbpModule'
);
19
}
20
21
function
processing
()
22
{
23
$this->_oModule->serviceProlongSubscriptions();
24
}
25
}
ChWsbModule\getInstance
static getInstance($sClassName)
Definition:
ChWsbModule.php:89
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
ChWsbCron
Definition:
ChWsbCron.php:76
php
ChMbpCron\processing
processing()
Definition:
ChMbpCron.php:21
ChMbpCron\$_oModule
$_oModule
Definition:
ChMbpCron.php:12
ChMbpCron
Definition:
ChMbpCron.php:11
ChMbpCron\__construct
__construct()
Definition:
ChMbpCron.php:14
Generated by
1.8.20