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
inc
classes
ChWsbProfileInfoPageView.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChTemplProfileView'
);
9
ch_import
(
'ChTemplProfileGenerator'
);
10
11
class
ChWsbProfileInfoPageView
extends
ChTemplProfileView
12
{
13
// contain informaion about viewed profile ;
14
var
$aMemberInfo
= array();
15
// logged member ID ;
16
var
$iMemberID
;
17
var
$oProfilePV
;
18
22
function
__construct
(
$sPageName
, &
$aMemberInfo
)
23
{
24
global
$site
,
$dir
;
25
26
$this->oProfileGen =
new
ChTemplProfileGenerator
(
$aMemberInfo
[
'ID'
] );
27
$this->aConfSite =
$site
;
28
$this->aConfDir =
$dir
;
29
ChWsbPageView::__construct
(
$sPageName
);
30
31
$this->iMemberID =
getLoggedId
();
32
$this->aMemberInfo = &
$aMemberInfo
;
33
}
34
40
function
getBlockCode_GeneralInfo
($iBlockID)
41
{
42
return
$this ->
getBlockCode_PFBlock
($iBlockID, 17);
43
}
44
50
function
getBlockCode_AdditionalInfo
($iBlockID)
51
{
52
return
$this ->
getBlockCode_PFBlock
($iBlockID, 20);
53
}
54
55
}
ChWsbProfileInfoPageView\getBlockCode_AdditionalInfo
getBlockCode_AdditionalInfo($iBlockID)
Definition:
ChWsbProfileInfoPageView.php:50
ChWsbProfileInfoPageView
Definition:
ChWsbProfileInfoPageView.php:12
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
ChWsbPageView\__construct
__construct( $sPageName)
Definition:
ChWsbPageView.php:114
ChTemplProfileGenerator
Definition:
ChTemplProfileGenerator.php:11
php
ChWsbProfileInfoPageView\__construct
__construct( $sPageName, &$aMemberInfo)
Definition:
ChWsbProfileInfoPageView.php:22
ChWsbProfileInfoPageView\$aMemberInfo
$aMemberInfo
Definition:
ChWsbProfileInfoPageView.php:14
getLoggedId
getLoggedId()
Definition:
profiles.inc.php:32
$site
$site['ver']
Definition:
version.inc.php:8
ChBaseProfileView\getBlockCode_PFBlock
getBlockCode_PFBlock( $iBlockID, $sContent)
Definition:
ChBaseProfileView.php:62
global
if(!defined("GLOBAL_MODULE")) define("GLOBAL_MODULE" global
Definition:
header.inc.php:25
ChTemplProfileView
Definition:
ChTemplProfileView.php:11
ChWsbPageView\$sPageName
$sPageName
Definition:
ChWsbPageView.php:100
ChWsbProfileInfoPageView\getBlockCode_GeneralInfo
getBlockCode_GeneralInfo($iBlockID)
Definition:
ChWsbProfileInfoPageView.php:40
ChWsbProfileInfoPageView\$oProfilePV
$oProfilePV
Definition:
ChWsbProfileInfoPageView.php:17
ChWsbProfileInfoPageView\$iMemberID
$iMemberID
Definition:
ChWsbProfileInfoPageView.php:16
$dir
$dir
Definition:
config.php:10
Generated by
1.8.20