Cheetah
Public Member Functions | Public Attributes | List of all members
ChWallConfig Class Reference
Inheritance diagram for ChWallConfig:
ChWsbConfig

Public Member Functions

 __construct ($aModule)
 
 init (&$oDb)
 
 getDividerDateFormat ()
 
 getAlertSystemName ()
 
 getCommonPostPrefix ()
 
 getCommentSystemName ()
 
 getVotingSystemName ()
 
 getPerPage ($sPage='profile')
 
 getRepostDefaults ()
 
 getAnimationEffect ()
 
 getAnimationSpeed ()
 
 getCharsDisplayMax ()
 
 getRssLength ()
 
 getPrefix ($sType='')
 
 getJsClass ($sType)
 
 getJsObject ($sType)
 
 getHandlersHidden ($sType)
 
 getUploadersHidden ($sType)
 
 getHtmlIds ($sType, $sKey='')
 
 getHandlers ($sKey='')
 
 isHandler ($sKey='')
 
 setJsMode ($bJsMode)
 
 getJsMode ()
 
 isJsMode ()
 
 isSystem ($sType, $sAction)
 
 getSystemData (&$aEvent, $sDisplayType=CH_WALL_VIEW_TIMELINE)
 
 getSystemDataByDescriptor ($sType, $sAction, $iObjectId, $sDisplayType=CH_WALL_VIEW_TIMELINE)
 
 isSystemComment ($sType, $sAction)
 
 isGrouped ($sType, $sAction, $mixedObjectId)
 
 isGroupedObject ($mixedObjectId)
 
 getCommonType ($sName)
 
 getCommonName ($sType)
 
- Public Member Functions inherited from ChWsbConfig
 getId ()
 
 getClassPrefix ()
 
 getDbPrefix ()
 
 getHomePath ()
 
 getClassPath ()
 
 getUri ()
 
 getBaseUri ()
 
 getHomeUrl ()
 

Public Attributes

 $_oDb
 
 $_bAllowDelete
 
 $_bFullCompilation
 
 $_bJsMode
 
 $_sDividerDateFormat
 
 $_sCommonPostPrefix
 
 $_sCommentSystemName
 
 $_sVotingSystemName
 
 $_iPerPageProfileTl
 
 $_iPerPageAccountTl
 
 $_iPerPageIndex
 
 $_iCharsDisplayMax
 
 $_iRssLength
 
 $_aHideEventsTimeline
 
 $_aHideEventsOutline
 
 $_aHideUploadersTimeline
 
 $_aRepostDefaults
 
 $_sAnimationEffect
 
 $_iAnimationSpeed
 
 $_aHtmlIds
 
 $_aPrefixes
 
 $_aJsClasses
 
 $_aJsObjects
 
 $_aHandlers
 
- Public Attributes inherited from ChWsbConfig
 $_iId
 
 $_sVendor
 
 $_sClassPrefix
 
 $_sDbPrefix
 
 $_sDirectory
 
 $_sUri
 
 $_sHomePath
 
 $_sClassPath
 
 $_sHomeUrl
 
 $_sBaseUri
 

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 ChWallConfig.php.

Constructor & Destructor Documentation

◆ __construct()

ChWallConfig::__construct (   $aModule)

constructor

Reimplemented from ChWsbConfig.

Definition at line 40 of file ChWallConfig.php.

Member Function Documentation

◆ getAlertSystemName()

ChWallConfig::getAlertSystemName ( )

Definition at line 137 of file ChWallConfig.php.

◆ getAnimationEffect()

ChWallConfig::getAnimationEffect ( )

Definition at line 177 of file ChWallConfig.php.

◆ getAnimationSpeed()

ChWallConfig::getAnimationSpeed ( )

Definition at line 181 of file ChWallConfig.php.

◆ getCharsDisplayMax()

ChWallConfig::getCharsDisplayMax ( )

Definition at line 185 of file ChWallConfig.php.

◆ getCommentSystemName()

ChWallConfig::getCommentSystemName ( )

Definition at line 145 of file ChWallConfig.php.

◆ getCommonName()

ChWallConfig::getCommonName (   $sType)

Definition at line 323 of file ChWallConfig.php.

◆ getCommonPostPrefix()

ChWallConfig::getCommonPostPrefix ( )

Definition at line 141 of file ChWallConfig.php.

◆ getCommonType()

ChWallConfig::getCommonType (   $sName)

Definition at line 318 of file ChWallConfig.php.

◆ getDividerDateFormat()

ChWallConfig::getDividerDateFormat ( )

Definition at line 133 of file ChWallConfig.php.

◆ getHandlers()

ChWallConfig::getHandlers (   $sKey = '')

Definition at line 245 of file ChWallConfig.php.

◆ getHandlersHidden()

ChWallConfig::getHandlersHidden (   $sType)

Definition at line 208 of file ChWallConfig.php.

◆ getHtmlIds()

ChWallConfig::getHtmlIds (   $sType,
  $sKey = '' 
)

Definition at line 238 of file ChWallConfig.php.

◆ getJsClass()

ChWallConfig::getJsClass (   $sType)

Definition at line 200 of file ChWallConfig.php.

◆ getJsMode()

ChWallConfig::getJsMode ( )

Definition at line 260 of file ChWallConfig.php.

◆ getJsObject()

ChWallConfig::getJsObject (   $sType)

Definition at line 204 of file ChWallConfig.php.

◆ getPerPage()

ChWallConfig::getPerPage (   $sPage = 'profile')

Definition at line 153 of file ChWallConfig.php.

◆ getPrefix()

ChWallConfig::getPrefix (   $sType = '')

Definition at line 193 of file ChWallConfig.php.

◆ getRepostDefaults()

ChWallConfig::getRepostDefaults ( )

Definition at line 173 of file ChWallConfig.php.

◆ getRssLength()

ChWallConfig::getRssLength ( )

Definition at line 189 of file ChWallConfig.php.

◆ getSystemData()

ChWallConfig::getSystemData ( $aEvent,
  $sDisplayType = CH_WALL_VIEW_TIMELINE 
)

Definition at line 273 of file ChWallConfig.php.

◆ getSystemDataByDescriptor()

ChWallConfig::getSystemDataByDescriptor (   $sType,
  $sAction,
  $iObjectId,
  $sDisplayType = CH_WALL_VIEW_TIMELINE 
)

Definition at line 285 of file ChWallConfig.php.

◆ getUploadersHidden()

ChWallConfig::getUploadersHidden (   $sType)

Definition at line 223 of file ChWallConfig.php.

◆ getVotingSystemName()

ChWallConfig::getVotingSystemName ( )

Definition at line 149 of file ChWallConfig.php.

◆ init()

ChWallConfig::init ( $oDb)

Definition at line 105 of file ChWallConfig.php.

◆ isGrouped()

ChWallConfig::isGrouped (   $sType,
  $sAction,
  $mixedObjectId 
)

Definition at line 300 of file ChWallConfig.php.

◆ isGroupedObject()

ChWallConfig::isGroupedObject (   $mixedObjectId)

Definition at line 313 of file ChWallConfig.php.

◆ isHandler()

ChWallConfig::isHandler (   $sKey = '')

Definition at line 252 of file ChWallConfig.php.

◆ isJsMode()

ChWallConfig::isJsMode ( )

Definition at line 264 of file ChWallConfig.php.

◆ isSystem()

ChWallConfig::isSystem (   $sType,
  $sAction 
)

Definition at line 268 of file ChWallConfig.php.

◆ isSystemComment()

ChWallConfig::isSystemComment (   $sType,
  $sAction 
)

Definition at line 295 of file ChWallConfig.php.

◆ setJsMode()

ChWallConfig::setJsMode (   $bJsMode)

Definition at line 256 of file ChWallConfig.php.

Member Data Documentation

◆ $_aHandlers

ChWallConfig::$_aHandlers

Definition at line 38 of file ChWallConfig.php.

◆ $_aHideEventsOutline

ChWallConfig::$_aHideEventsOutline

Definition at line 26 of file ChWallConfig.php.

◆ $_aHideEventsTimeline

ChWallConfig::$_aHideEventsTimeline

Definition at line 25 of file ChWallConfig.php.

◆ $_aHideUploadersTimeline

ChWallConfig::$_aHideUploadersTimeline

Definition at line 27 of file ChWallConfig.php.

◆ $_aHtmlIds

ChWallConfig::$_aHtmlIds

Definition at line 33 of file ChWallConfig.php.

◆ $_aJsClasses

ChWallConfig::$_aJsClasses

Definition at line 35 of file ChWallConfig.php.

◆ $_aJsObjects

ChWallConfig::$_aJsObjects

Definition at line 36 of file ChWallConfig.php.

◆ $_aPrefixes

ChWallConfig::$_aPrefixes

Definition at line 34 of file ChWallConfig.php.

◆ $_aRepostDefaults

ChWallConfig::$_aRepostDefaults

Definition at line 28 of file ChWallConfig.php.

◆ $_bAllowDelete

ChWallConfig::$_bAllowDelete

Definition at line 13 of file ChWallConfig.php.

◆ $_bFullCompilation

ChWallConfig::$_bFullCompilation

Definition at line 14 of file ChWallConfig.php.

◆ $_bJsMode

ChWallConfig::$_bJsMode

Definition at line 15 of file ChWallConfig.php.

◆ $_iAnimationSpeed

ChWallConfig::$_iAnimationSpeed

Definition at line 31 of file ChWallConfig.php.

◆ $_iCharsDisplayMax

ChWallConfig::$_iCharsDisplayMax

Definition at line 23 of file ChWallConfig.php.

◆ $_iPerPageAccountTl

ChWallConfig::$_iPerPageAccountTl

Definition at line 21 of file ChWallConfig.php.

◆ $_iPerPageIndex

ChWallConfig::$_iPerPageIndex

Definition at line 22 of file ChWallConfig.php.

◆ $_iPerPageProfileTl

ChWallConfig::$_iPerPageProfileTl

Definition at line 20 of file ChWallConfig.php.

◆ $_iRssLength

ChWallConfig::$_iRssLength

Definition at line 24 of file ChWallConfig.php.

◆ $_oDb

ChWallConfig::$_oDb

Definition at line 12 of file ChWallConfig.php.

◆ $_sAnimationEffect

ChWallConfig::$_sAnimationEffect

Definition at line 30 of file ChWallConfig.php.

◆ $_sCommentSystemName

ChWallConfig::$_sCommentSystemName

Definition at line 18 of file ChWallConfig.php.

◆ $_sCommonPostPrefix

ChWallConfig::$_sCommonPostPrefix

Definition at line 17 of file ChWallConfig.php.

◆ $_sDividerDateFormat

ChWallConfig::$_sDividerDateFormat

Definition at line 16 of file ChWallConfig.php.

◆ $_sVotingSystemName

ChWallConfig::$_sVotingSystemName

Definition at line 19 of file ChWallConfig.php.


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