Public Member Functions | |
__construct ($sPageName, &$aDisplayParameters, $iProfileID) | |
getBlockCode_Friends () | |
getBlockCode_FriendsRequests () | |
getBlockCode_FriendsMutual () | |
getCutParam ( $sExceptParam, $sString) | |
![]() | |
__construct ( $sPageName) | |
checkAjaxMode () | |
createCache () | |
load () | |
isLoaded () | |
getPageTitle () | |
getPageWidth () | |
getPageClass () | |
getViewerInfo () | |
forcePageWidth ($iWidth) | |
gen () | |
genPageEmpty () | |
genOnlyBlock ( $iBlockID, $sDynamicType='tab') | |
getCode () | |
genColumnsHeader () | |
genColumnsFooter () | |
genColumn ( $iColumn) | |
getBlockCode_Topest ($iColumn) | |
genColumnHeader ( $iColumn, $fColumnWidth) | |
genColumnFooter ( $iColumn) | |
genBlock ( $iBlockID, $aBlock, $bStatic=true, $sDynamicType='tab') | |
_getBlockCaptionCode ($iBlockID, $aBlock, $aBlockCode, $bStatic=true, $sDynamicType='tab') | |
_getBlockTopCode ($iBlockID, $aBlock, $aBlockCode, $bStatic=true, $sDynamicType='tab') | |
_getBlockBottomCode ($iBlockID, $aBlock, $aBlockCode, $bStatic=true, $sDynamicType='tab') | |
isBlockVisible ( $sVisible) | |
getBlockBottomCode ( $iBlockID, $aLinks) | |
getBlockCode_MemberStat () | |
getBlockCode_Custom ( $iBlockID, $sContent) | |
getBlockCode_Echo ( $iBlockID, $sContent) | |
getBlockCode_TrueText ( $iBlockID, $sContent) | |
getBlockCode_Text ($iBlockID, $sContent) | |
getBlockCode_XML ( $iBlockID, $sContent) | |
getBlockCode_PHP ( $iBlockID, $sContent) | |
getBlockCode_Code ( $iBlockID, $sContent) | |
getBlockCode_RSS ( $iBlockID, $sContent) | |
getBlockCode_LoginSection ($iBlockID, $sParams='') | |
GenFormWrap ($sMainContent, $sPage, $sFunctionName, $iMaxThumbWidth, $iThumbsCnt) | |
getBlocksCacheObject () | |
genBlocksCacheKey ($sId) | |
Static Public Member Functions | |
static | get_member_menu_bubble_online_friends ($iMemberId, $iOldCount=0) |
static | get_member_menu_bubble_friend_requests ($iMemberId, $iOldCount=0) |
static | get_member_menu_friends_list ($iMemberId=0) |
![]() | |
static | getBlockCaptionItemCode ( $iBlockID, $aLinks) |
static | getBlockCaptionMenu ( $iBlockID, $aLinks) |
Public Attributes | |
$aDisplayParameters | |
$iProfileID | |
$oProfile | |
$oSearchProfileTmpl | |
$sCurrentPage | |
$iMemberOnlineTime | |
![]() | |
$sPageName | |
$aPage | |
$sCode = '' | |
$sWhoViews = 'non' | |
$iMemberID = 0 | |
$bAjaxMode = false | |
$aColumnsWidth = array () | |
$sTableName = 'sys_page_compose' | |
$sCacheFile | |
$oCacher = null | |
Definition at line 11 of file ChWsbFriendsPageView.php.
ChWsbFriendsPageView::__construct | ( | $sPageName, | |
& | $aDisplayParameters, | ||
$iProfileID | |||
) |
@description : class constructor ;
: | $sPageName | (string) - name of build page ; |
: | $aDisplayParameters | (array) ; per_page (integer) - number of elements for per page ; page (integer) - current page ; mode (string) - will swith member view mode ; sort (string) - sorting parameters ; |
: | $iProfileID | (integer) - member ID ; |
Definition at line 37 of file ChWsbFriendsPageView.php.
|
static |
Function will send count of member's friend requests;
: | $iMemberId | (integer) - logged member's Id; |
: | $iOldCount | (integer) - received old count of messages (if will difference will generate message) |
Definition at line 353 of file ChWsbFriendsPageView.php.
|
static |
Function will send count of online member's friends;
: | $iMemberId | (integer) - logged member's Id; |
: | $iOldCount | (integer) - received old count of messages (if will difference will generate message) |
Definition at line 291 of file ChWsbFriendsPageView.php.
|
static |
Function will generate list of member's friends ;
: | $iMemberId | (integer) - member's Id; |
Definition at line 400 of file ChWsbFriendsPageView.php.
ChWsbFriendsPageView::getBlockCode_Friends | ( | ) |
@description : function will generate friends list ;
Definition at line 54 of file ChWsbFriendsPageView.php.
ChWsbFriendsPageView::getBlockCode_FriendsMutual | ( | ) |
Definition at line 264 of file ChWsbFriendsPageView.php.
ChWsbFriendsPageView::getBlockCode_FriendsRequests | ( | ) |
Definition at line 249 of file ChWsbFriendsPageView.php.
ChWsbFriendsPageView::getCutParam | ( | $sExceptParam, | |
$sString | |||
) |
@description : function will cute the parameter from received string;
: | $aExceptNames | (string) - name of unnecessary paremeter; |
Definition at line 277 of file ChWsbFriendsPageView.php.
ChWsbFriendsPageView::$aDisplayParameters |
Definition at line 14 of file ChWsbFriendsPageView.php.
ChWsbFriendsPageView::$iMemberOnlineTime |
Definition at line 25 of file ChWsbFriendsPageView.php.
ChWsbFriendsPageView::$iProfileID |
Definition at line 16 of file ChWsbFriendsPageView.php.
ChWsbFriendsPageView::$oProfile |
Definition at line 17 of file ChWsbFriendsPageView.php.
ChWsbFriendsPageView::$oSearchProfileTmpl |
Definition at line 20 of file ChWsbFriendsPageView.php.
ChWsbFriendsPageView::$sCurrentPage |
Definition at line 23 of file ChWsbFriendsPageView.php.