Cheetah
Public Member Functions | Public Attributes | List of all members
ChBaseCommunicator Class Reference
Inheritance diagram for ChBaseCommunicator:
ChWsbCommunicator ChWsbPageView ChTemplCommunicator

Public Member Functions

 __construct ($aCommunicatorSettings)
 
 getCss ()
 
 getJs ()
 
 getBlockCode_Connections ()
 
 getBlockCode_FriendRequests ($bShowEmpty=true)
 
 getProcessingRows ($bShowEmpty=true)
 
- Public Member Functions inherited from ChWsbCommunicator
 getRequests ( $sTableName, &$aRequestTypes, $sAdditionalParam=null, $sAdditionalField=null)
 
 execFunction ( $sCallback, $sTableName, &$aMembersList, $aParameters=array())
 
 _deleteRequest ( $sTableName, $iMemberID, $iFromOwner=0, $iExtraDelete=0)
 
 _addRequest ( $sTableName, $iMemberID)
 
 _acceptFriendInvite ($sTableName, $iMemberID)
 
 _getJsObject ()
 
- Public Member Functions inherited from ChWsbPageView
 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)
 

Public Attributes

 $aUsedTemplates
 
 $sMembersFlagExtension = '.gif'
 
- Public Attributes inherited from ChWsbCommunicator
 $iTotalRequestsCount
 
 $aCommunicatorSettings = array()
 
- Public Attributes inherited from ChWsbPageView
 $sPageName
 
 $aPage
 
 $sCode = ''
 
 $sWhoViews = 'non'
 
 $iMemberID = 0
 
 $bAjaxMode = false
 
 $aColumnsWidth = array ()
 
 $sTableName = 'sys_page_compose'
 
 $sCacheFile
 
 $oCacher = null
 

Additional Inherited Members

- Static Public Member Functions inherited from ChWsbPageView
static getBlockCaptionItemCode ( $iBlockID, $aLinks)
 
static getBlockCaptionMenu ( $iBlockID, $aLinks)
 

Detailed Description

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 10 of file ChBaseCommunicator.php.

Constructor & Destructor Documentation

◆ __construct()

ChBaseCommunicator::__construct (   $aCommunicatorSettings)

Class constructor ;

Parameters
:$aCommunicatorSettings(array) - contain some necessary data ; [ member_id ] (integer) - logged member's ID; [ communicator_mode ] (string) - page mode ; [ person_switcher ] (string) - switch the person mode - from me or to me ; [ sorting ] (string) - type of message's sort ; [ page ] (integer) - contain number of current page ; [ per_page ] (integer) - contain per page number for current page ; [ alert_page ] (integer) - contain number of current alert's page

Reimplemented from ChWsbCommunicator.

Reimplemented in ChTemplCommunicator, ChTemplCommunicator, and ChTemplCommunicator.

Definition at line 29 of file ChBaseCommunicator.php.

Member Function Documentation

◆ getBlockCode_Connections()

ChBaseCommunicator::getBlockCode_Connections ( )

Function will draw the 'Connections' block;

Definition at line 55 of file ChBaseCommunicator.php.

◆ getBlockCode_FriendRequests()

ChBaseCommunicator::getBlockCode_FriendRequests (   $bShowEmpty = true)

Function will draw the 'Friend Requests' block;

Definition at line 89 of file ChBaseCommunicator.php.

◆ getCss()

ChBaseCommunicator::getCss ( )

Definition at line 42 of file ChBaseCommunicator.php.

◆ getJs()

ChBaseCommunicator::getJs ( )

Definition at line 47 of file ChBaseCommunicator.php.

◆ getProcessingRows()

ChBaseCommunicator::getProcessingRows (   $bShowEmpty = true)

Function will generate received rows ;

Returns
: Html presentation data ;

Definition at line 114 of file ChBaseCommunicator.php.

Member Data Documentation

◆ $aUsedTemplates

ChBaseCommunicator::$aUsedTemplates

Definition at line 13 of file ChBaseCommunicator.php.

◆ $sMembersFlagExtension

ChBaseCommunicator::$sMembersFlagExtension = '.gif'

Definition at line 15 of file ChBaseCommunicator.php.


The documentation for this class was generated from the following file: