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
ChTemplSharedMediaView.php
Go to the documentation of this file.
1
<?
php
2
8
require_once( CH_DIRECTORY_PATH_BASE .
'scripts/ChBaseSharedMediaView.php'
);
9
10
class
ChTemplSharedMediaView
extends
ChBaseSharedMediaView
11
{
12
function
__construct
($iFile, $sMediaType)
13
{
14
parent::__construct($iFile, $sMediaType);
15
}
16
}
php
ChTemplSharedMediaView
Definition:
ChTemplSharedMediaView.php:11
ChTemplSharedMediaView\__construct
__construct($iFile, $sMediaType)
Definition:
ChTemplSharedMediaView.php:12
Generated by
1.8.20