Cheetah
Public Member Functions | Public Attributes | List of all members
ChWsbTwigPageView Class Reference
Inheritance diagram for ChWsbTwigPageView:
ChWsbPageView ChEventsPageView ChGroupsPageView ChSitesPageView ChStorePageView

Public Member Functions

 __construct ($sName, &$oMain, &$aDataEntry)
 
 getBlockCode_SocialSharing ()
 
 getBlockCode_ForumFeed ()
 
 _blockInfo ($aData, $sFields='', $sLocation='')
 
 _blockPhoto (&$aReadyMedia, $iAuthorId, $sPrefix=false)
 
 _blockVideo ($aReadyMedia, $iAuthorId, $sPrefix=false)
 
 _blockFiles ($aReadyMedia, $iAuthorId=0)
 
 _blockSound ($aReadyMedia, $iAuthorId, $sPrefix=false)
 
 _blockFans ($iPerPage, $sFuncIsAllowed='isAllowedViewFans', $sFuncGetFans='getFans')
 
 _blockFansUnconfirmed ($iFansLimit=1000)
 
- Public Member Functions inherited from ChWsbPageView
 __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)
 

Public Attributes

 $_oTemplate
 
 $_oMain
 
 $_oDb
 
 $_oConfig
 
 $aDataEntry
 
- 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

Base entry view class for modules like events/groups/store

Definition at line 13 of file ChWsbTwigPageView.php.

Constructor & Destructor Documentation

◆ __construct()

ChWsbTwigPageView::__construct (   $sName,
$oMain,
$aDataEntry 
)

Definition at line 21 of file ChWsbTwigPageView.php.

Member Function Documentation

◆ _blockFans()

ChWsbTwigPageView::_blockFans (   $iPerPage,
  $sFuncIsAllowed = 'isAllowedViewFans',
  $sFuncGetFans = 'getFans' 
)

Definition at line 237 of file ChWsbTwigPageView.php.

◆ _blockFansUnconfirmed()

ChWsbTwigPageView::_blockFansUnconfirmed (   $iFansLimit = 1000)

Definition at line 273 of file ChWsbTwigPageView.php.

◆ _blockFiles()

ChWsbTwigPageView::_blockFiles (   $aReadyMedia,
  $iAuthorId = 0 
)

Definition at line 156 of file ChWsbTwigPageView.php.

◆ _blockInfo()

ChWsbTwigPageView::_blockInfo (   $aData,
  $sFields = '',
  $sLocation = '' 
)

Definition at line 70 of file ChWsbTwigPageView.php.

◆ _blockPhoto()

ChWsbTwigPageView::_blockPhoto ( $aReadyMedia,
  $iAuthorId,
  $sPrefix = false 
)

Definition at line 86 of file ChWsbTwigPageView.php.

◆ _blockSound()

ChWsbTwigPageView::_blockSound (   $aReadyMedia,
  $iAuthorId,
  $sPrefix = false 
)

Definition at line 199 of file ChWsbTwigPageView.php.

◆ _blockVideo()

ChWsbTwigPageView::_blockVideo (   $aReadyMedia,
  $iAuthorId,
  $sPrefix = false 
)

Definition at line 118 of file ChWsbTwigPageView.php.

◆ getBlockCode_ForumFeed()

ChWsbTwigPageView::getBlockCode_ForumFeed ( )

Definition at line 57 of file ChWsbTwigPageView.php.

◆ getBlockCode_SocialSharing()

ChWsbTwigPageView::getBlockCode_SocialSharing ( )

Definition at line 31 of file ChWsbTwigPageView.php.

Member Data Documentation

◆ $_oConfig

ChWsbTwigPageView::$_oConfig

Definition at line 18 of file ChWsbTwigPageView.php.

◆ $_oDb

ChWsbTwigPageView::$_oDb

Definition at line 17 of file ChWsbTwigPageView.php.

◆ $_oMain

ChWsbTwigPageView::$_oMain

Definition at line 16 of file ChWsbTwigPageView.php.

◆ $_oTemplate

ChWsbTwigPageView::$_oTemplate

Definition at line 15 of file ChWsbTwigPageView.php.

◆ $aDataEntry

ChWsbTwigPageView::$aDataEntry

Definition at line 19 of file ChWsbTwigPageView.php.


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