Cheetah
Public Member Functions | Public Attributes | List of all members
ChWsbTextModule Class Reference
Inheritance diagram for ChWsbTextModule:
ChWsbModule ChArlModule ChFdbModule ChNewsModule

Public Member Functions

 __construct ($aModule)
 
 getBlockView ($sUri)
 
 getBlockComment ($sUri)
 
 getBlockVote ($sUri)
 
 getBlockInfo ($sUri)
 
 getBlockAction ($sUri)
 
 getBlockSocialSharing ($sUri)
 
 getCalendar ($iYear=0, $iMonth=0)
 
 getSearchResult ()
 
 getSearchContent ($aRestrictions, $sUri, $iPage=1, $iPerPage=0)
 
 getCategoryContent ($sCategory, $iPage=1, $iPerPage=0)
 
 getTagContent ($sTag='', $iPage=1, $iPerPage=0)
 
 getCalendarContent ($iYear, $iMonth, $iDay, $iPage, $iPerPage)
 
 getSettingsForm ($mixedResult)
 
 setSettings ($aData)
 
 servicePostBlock ()
 
 serviceEditBlock ($mixed)
 
 serviceAdminBlock ($iStart=0, $iPerPage=0, $sFilterValue='')
 
 serviceArchiveBlockIndex ($iStart=0, $iPerPage=0, $bShowEmpty=true)
 
 serviceArchiveBlockMember ($iStart=0, $iPerPage=0, $bShowEmpty=true)
 
 serviceArchiveBlock ($iStart=0, $iPerPage=0, $bShowEmpty=true)
 
 serviceFeaturedBlockIndex ($iStart=0, $iPerPage=0, $bShowEmpty=true)
 
 serviceFeaturedBlockMember ($iStart=0, $iPerPage=0, $bShowEmpty=true)
 
 serviceFeaturedBlock ($iStart=0, $iPerPage=0, $bShowEmpty=true)
 
 serviceTopRatedBlock ($iStart=0, $iPerPage=0)
 
 serviceCategoriesBlock ($iBlockId)
 
 serviceTagsBlock ($iBlockId)
 
 serviceGetCalendarBlock ($iBlockID, $aParams=array())
 
 servicePopularBlock ($iStart=0, $iPerPage=0)
 
 serviceGetSubscriptionParams ($sUnit, $sAction, $iObjectId)
 
 actionRss ($iLength=0, $sType='archive')
 
 actionGetEntries ($sSampleType='all', $iStart=0, $iPerPage=0)
 
 actionMarkFeatured ()
 
 actionPublish ()
 
 actionDelete ()
 
 actionSharePopup ($iEntry)
 
 actionArchive ($iStart=0, $iPerPage=0)
 
 actionPopular ()
 
 actionTop ()
 
 actionCalendar ($iYear=0, $iMonth=0, $iDay=0, $iStart=1, $iPerPage=0)
 
 actionCategories ()
 
 actionCategory ($sCategory='', $iPage=1, $iPerPage=0)
 
 actionTags ()
 
 actionTag ($sTag='', $iPage=1, $iPerPage=0)
 
 actionFeatured ()
 
 actionHome ()
 
 actionIndex ()
 
 actionView ($sName)
 
 actionAdmin ($sName='')
 
 actionMobileLatestEntries ($iPage=1)
 
 actionMobileEntry ($iId)
 
 _actFeatured ($aIds, $bPositive=true)
 
 _actPublish ($aIds, $bPositive=true)
 
 _actDelete ($aIds)
 
 _isCommentsAllowed (&$aEntry)
 
 _isVotesAllowed (&$aEntry)
 
 _isShareAllowed (&$aEntry)
 
- Public Member Functions inherited from ChWsbModule
 isLogged ()
 
 getUserId ()
 
 getUserPassword ()
 
 getTitleKey ($sUri)
 
 serviceGetBaseUrl ()
 

Public Attributes

 $_oTextData
 
 $_oPrivacy
 
- Public Attributes inherited from ChWsbModule
 $_aModule
 
 $_oDb
 
 $_oTemplate
 
 $_oConfig
 

Additional Inherited Members

- Static Public Member Functions inherited from ChWsbModule
static getInstance ($sClassName)
 
static getTitle ($sUri)
 

Detailed Description

Definition at line 21 of file ChWsbTextModule.php.

Constructor & Destructor Documentation

◆ __construct()

ChWsbTextModule::__construct (   $aModule)

constructor

Reimplemented from ChWsbModule.

Reimplemented in ChNewsModule, ChFdbModule, and ChArlModule.

Definition at line 26 of file ChWsbTextModule.php.

Member Function Documentation

◆ _actDelete()

ChWsbTextModule::_actDelete (   $aIds)

Definition at line 929 of file ChWsbTextModule.php.

◆ _actFeatured()

ChWsbTextModule::_actFeatured (   $aIds,
  $bPositive = true 
)

Common methods

Definition at line 880 of file ChWsbTextModule.php.

◆ _actPublish()

ChWsbTextModule::_actPublish (   $aIds,
  $bPositive = true 
)

Definition at line 900 of file ChWsbTextModule.php.

◆ _isCommentsAllowed()

ChWsbTextModule::_isCommentsAllowed ( $aEntry)

Reimplemented in ChFdbModule.

Definition at line 964 of file ChWsbTextModule.php.

◆ _isShareAllowed()

ChWsbTextModule::_isShareAllowed ( $aEntry)

Definition at line 972 of file ChWsbTextModule.php.

◆ _isVotesAllowed()

ChWsbTextModule::_isVotesAllowed ( $aEntry)

Reimplemented in ChFdbModule.

Definition at line 968 of file ChWsbTextModule.php.

◆ actionAdmin()

ChWsbTextModule::actionAdmin (   $sName = '')

Reimplemented in ChFdbModule.

Definition at line 735 of file ChWsbTextModule.php.

◆ actionArchive()

ChWsbTextModule::actionArchive (   $iStart = 0,
  $iPerPage = 0 
)

Definition at line 511 of file ChWsbTextModule.php.

◆ actionCalendar()

ChWsbTextModule::actionCalendar (   $iYear = 0,
  $iMonth = 0,
  $iDay = 0,
  $iStart = 1,
  $iPerPage = 0 
)

Definition at line 556 of file ChWsbTextModule.php.

◆ actionCategories()

ChWsbTextModule::actionCategories ( )

Definition at line 598 of file ChWsbTextModule.php.

◆ actionCategory()

ChWsbTextModule::actionCategory (   $sCategory = '',
  $iPage = 1,
  $iPerPage = 0 
)

Definition at line 615 of file ChWsbTextModule.php.

◆ actionDelete()

ChWsbTextModule::actionDelete ( )

Definition at line 488 of file ChWsbTextModule.php.

◆ actionFeatured()

ChWsbTextModule::actionFeatured ( )

Definition at line 684 of file ChWsbTextModule.php.

◆ actionGetEntries()

ChWsbTextModule::actionGetEntries (   $sSampleType = 'all',
  $iStart = 0,
  $iPerPage = 0 
)

Definition at line 460 of file ChWsbTextModule.php.

◆ actionHome()

ChWsbTextModule::actionHome ( )

Definition at line 699 of file ChWsbTextModule.php.

◆ actionIndex()

ChWsbTextModule::actionIndex ( )

Reimplemented in ChFdbModule.

Definition at line 703 of file ChWsbTextModule.php.

◆ actionMarkFeatured()

ChWsbTextModule::actionMarkFeatured ( )

Definition at line 476 of file ChWsbTextModule.php.

◆ actionMobileEntry()

ChWsbTextModule::actionMobileEntry (   $iId)

Entry view page for mobile app

Definition at line 853 of file ChWsbTextModule.php.

◆ actionMobileLatestEntries()

ChWsbTextModule::actionMobileLatestEntries (   $iPage = 1)

View list of latest entries for mobile app

Definition at line 799 of file ChWsbTextModule.php.

◆ actionPopular()

ChWsbTextModule::actionPopular ( )

Definition at line 526 of file ChWsbTextModule.php.

◆ actionPublish()

ChWsbTextModule::actionPublish ( )

Definition at line 482 of file ChWsbTextModule.php.

◆ actionRss()

ChWsbTextModule::actionRss (   $iLength = 0,
  $sType = 'archive' 
)

Action methods

Definition at line 425 of file ChWsbTextModule.php.

◆ actionSharePopup()

ChWsbTextModule::actionSharePopup (   $iEntry)

Definition at line 494 of file ChWsbTextModule.php.

◆ actionTag()

ChWsbTextModule::actionTag (   $sTag = '',
  $iPage = 1,
  $iPerPage = 0 
)

Definition at line 658 of file ChWsbTextModule.php.

◆ actionTags()

ChWsbTextModule::actionTags ( )

Definition at line 641 of file ChWsbTextModule.php.

◆ actionTop()

ChWsbTextModule::actionTop ( )

Definition at line 541 of file ChWsbTextModule.php.

◆ actionView()

ChWsbTextModule::actionView (   $sName)

Definition at line 720 of file ChWsbTextModule.php.

◆ getBlockAction()

ChWsbTextModule::getBlockAction (   $sUri)

Definition at line 99 of file ChWsbTextModule.php.

◆ getBlockComment()

ChWsbTextModule::getBlockComment (   $sUri)

Definition at line 64 of file ChWsbTextModule.php.

◆ getBlockInfo()

ChWsbTextModule::getBlockInfo (   $sUri)

Definition at line 91 of file ChWsbTextModule.php.

◆ getBlockSocialSharing()

ChWsbTextModule::getBlockSocialSharing (   $sUri)

Definition at line 131 of file ChWsbTextModule.php.

◆ getBlockView()

ChWsbTextModule::getBlockView (   $sUri)

Definition at line 41 of file ChWsbTextModule.php.

◆ getBlockVote()

ChWsbTextModule::getBlockVote (   $sUri)

Definition at line 78 of file ChWsbTextModule.php.

◆ getCalendar()

ChWsbTextModule::getCalendar (   $iYear = 0,
  $iMonth = 0 
)

Definition at line 144 of file ChWsbTextModule.php.

◆ getCalendarContent()

ChWsbTextModule::getCalendarContent (   $iYear,
  $iMonth,
  $iDay,
  $iPage,
  $iPerPage 
)

Definition at line 207 of file ChWsbTextModule.php.

◆ getCategoryContent()

ChWsbTextModule::getCategoryContent (   $sCategory,
  $iPage = 1,
  $iPerPage = 0 
)

Definition at line 183 of file ChWsbTextModule.php.

◆ getSearchContent()

ChWsbTextModule::getSearchContent (   $aRestrictions,
  $sUri,
  $iPage = 1,
  $iPerPage = 0 
)

Definition at line 156 of file ChWsbTextModule.php.

◆ getSearchResult()

ChWsbTextModule::getSearchResult ( )

Definition at line 150 of file ChWsbTextModule.php.

◆ getSettingsForm()

ChWsbTextModule::getSettingsForm (   $mixedResult)

Admin Settings Methods

Definition at line 229 of file ChWsbTextModule.php.

◆ getTagContent()

ChWsbTextModule::getTagContent (   $sTag = '',
  $iPage = 1,
  $iPerPage = 0 
)

Definition at line 195 of file ChWsbTextModule.php.

◆ serviceAdminBlock()

ChWsbTextModule::serviceAdminBlock (   $iStart = 0,
  $iPerPage = 0,
  $sFilterValue = '' 
)

Definition at line 281 of file ChWsbTextModule.php.

◆ serviceArchiveBlock()

ChWsbTextModule::serviceArchiveBlock (   $iStart = 0,
  $iPerPage = 0,
  $bShowEmpty = true 
)

Definition at line 310 of file ChWsbTextModule.php.

◆ serviceArchiveBlockIndex()

ChWsbTextModule::serviceArchiveBlockIndex (   $iStart = 0,
  $iPerPage = 0,
  $bShowEmpty = true 
)

Definition at line 296 of file ChWsbTextModule.php.

◆ serviceArchiveBlockMember()

ChWsbTextModule::serviceArchiveBlockMember (   $iStart = 0,
  $iPerPage = 0,
  $bShowEmpty = true 
)

Definition at line 303 of file ChWsbTextModule.php.

◆ serviceCategoriesBlock()

ChWsbTextModule::serviceCategoriesBlock (   $iBlockId)

Definition at line 362 of file ChWsbTextModule.php.

◆ serviceEditBlock()

ChWsbTextModule::serviceEditBlock (   $mixed)

Definition at line 268 of file ChWsbTextModule.php.

◆ serviceFeaturedBlock()

ChWsbTextModule::serviceFeaturedBlock (   $iStart = 0,
  $iPerPage = 0,
  $bShowEmpty = true 
)

Definition at line 337 of file ChWsbTextModule.php.

◆ serviceFeaturedBlockIndex()

ChWsbTextModule::serviceFeaturedBlockIndex (   $iStart = 0,
  $iPerPage = 0,
  $bShowEmpty = true 
)

Definition at line 323 of file ChWsbTextModule.php.

◆ serviceFeaturedBlockMember()

ChWsbTextModule::serviceFeaturedBlockMember (   $iStart = 0,
  $iPerPage = 0,
  $bShowEmpty = true 
)

Definition at line 330 of file ChWsbTextModule.php.

◆ serviceGetCalendarBlock()

ChWsbTextModule::serviceGetCalendarBlock (   $iBlockID,
  $aParams = array() 
)

Definition at line 377 of file ChWsbTextModule.php.

◆ serviceGetSubscriptionParams()

ChWsbTextModule::serviceGetSubscriptionParams (   $sUnit,
  $sAction,
  $iObjectId 
)

Definition at line 406 of file ChWsbTextModule.php.

◆ servicePopularBlock()

ChWsbTextModule::servicePopularBlock (   $iStart = 0,
  $iPerPage = 0 
)

Definition at line 394 of file ChWsbTextModule.php.

◆ servicePostBlock()

ChWsbTextModule::servicePostBlock ( )

Service methods

Definition at line 260 of file ChWsbTextModule.php.

◆ serviceTagsBlock()

ChWsbTextModule::serviceTagsBlock (   $iBlockId)

Definition at line 369 of file ChWsbTextModule.php.

◆ serviceTopRatedBlock()

ChWsbTextModule::serviceTopRatedBlock (   $iStart = 0,
  $iPerPage = 0 
)

Definition at line 350 of file ChWsbTextModule.php.

◆ setSettings()

ChWsbTextModule::setSettings (   $aData)

Definition at line 245 of file ChWsbTextModule.php.

Member Data Documentation

◆ $_oPrivacy

ChWsbTextModule::$_oPrivacy

Definition at line 24 of file ChWsbTextModule.php.

◆ $_oTextData

ChWsbTextModule::$_oTextData

Definition at line 23 of file ChWsbTextModule.php.


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