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
news
classes
ChNewsSearchResult.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChWsbTextSearchResult'
);
9
10
class
ChNewsSearchResult
extends
ChWsbTextSearchResult
11
{
12
function
__construct
(
$oModule
=
null
)
13
{
14
$oModule
= !
empty
(
$oModule
) ?
$oModule
:
ChWsbModule::getInstance
(
'ChNewsModule'
);
15
16
parent::__construct(
$oModule
);
17
}
18
}
$oModule
if(! @isAdmin()) $oModule
Definition:
admin.php:25
ChNewsSearchResult
Definition:
ChNewsSearchResult.php:11
ChWsbModule\getInstance
static getInstance($sClassName)
Definition:
ChWsbModule.php:89
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
php
ChWsbTextSearchResult
Definition:
ChWsbTextSearchResult.php:12
ChNewsSearchResult\__construct
__construct($oModule=null)
Definition:
ChNewsSearchResult.php:12
empty
Attr AllowedRel this is empty
Definition:
Attr.AllowedRel.txt:7
Generated by
1.8.20