Cheetah
All Classes Namespaces Files Functions Variables Pages
Variables
short_profile_info.php File Reference

Go to the source code of this file.

Variables

 $iMemberId = getLoggedId()
 
 $iProfId = (int)$_GET['ID']
 
 $aProfileInfo = getProfileInfo($iProfId)
 
 $sProfLink = '<a href="' . getProfileLink($iProfId) . '">' . getNickName($aProfileInfo['ID']) . '</a> '
 
 $oUserStatus = new ChWsbUserStatusView()
 
 $sUserIcon = $oUserStatus->getStatusIcon($iProfId)
 
 $sUserStatus = $oUserStatus->getStatus($iProfId)
 
 $aUnit
 

Variable Documentation

◆ $aProfileInfo

$aProfileInfo = getProfileInfo($iProfId)

Definition at line 23 of file short_profile_info.php.

◆ $aUnit

$aUnit
Initial value:
= array(
'status_icon' => $sUserIcon,
'profile_status' => _t('_prof_status', $sProfLink, $sUserStatus),
'profile_status_message' => $aProfileInfo['status_message'],
'profile_actions' => $oFunctions->getProfileViewActions($iProfId, true),
)

Definition at line 31 of file short_profile_info.php.

◆ $iMemberId

$iMemberId = getLoggedId()

Definition at line 17 of file short_profile_info.php.

◆ $iProfId

$iProfId = (int)$_GET['ID']

Definition at line 22 of file short_profile_info.php.

◆ $oUserStatus

$oUserStatus = new ChWsbUserStatusView()

Definition at line 27 of file short_profile_info.php.

◆ $sProfLink

$sProfLink = '<a href="' . getProfileLink($iProfId) . '">' . getNickName($aProfileInfo['ID']) . '</a> '

Definition at line 25 of file short_profile_info.php.

◆ $sUserIcon

$sUserIcon = $oUserStatus->getStatusIcon($iProfId)

Definition at line 28 of file short_profile_info.php.

◆ $sUserStatus

$sUserStatus = $oUserStatus->getStatus($iProfId)

Definition at line 29 of file short_profile_info.php.

$sUserIcon
$sUserIcon
Definition: short_profile_info.php:28
$oFunctions
$oFunctions
Definition: ChTemplFunctions.php:20
$sUserStatus
$sUserStatus
Definition: short_profile_info.php:29
$sProfLink
$sProfLink
Definition: short_profile_info.php:25
_t
_t($key, $arg0="", $arg1="", $arg2="")
Definition: languages.inc.php:509
$aProfileInfo
$aProfileInfo
Definition: short_profile_info.php:23
$iProfId
$iProfId
Definition: short_profile_info.php:22