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
templates
tmpl_uni
scripts
ChTemplProfileGenerator.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChBaseProfileGenerator'
);
9
10
class
ChTemplProfileGenerator
extends
ChBaseProfileGenerator
11
{
12
public
function
__construct
(
$ID
)
13
{
14
parent::__construct (
$ID
);
15
}
16
}
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
ChTemplProfileGenerator
Definition:
ChTemplProfileGenerator.php:11
php
ChBaseProfileGenerator
Definition:
ChBaseProfileGenerator.php:15
ChTemplProfileGenerator\__construct
__construct($ID)
Definition:
ChTemplProfileGenerator.php:12
$ID
$ID
Definition:
click.php:11
Generated by
1.8.20