|
Cheetah
|
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) |
Definition at line 21 of file ChWsbTextModule.php.
| ChWsbTextModule::__construct | ( | $aModule | ) |
constructor
Reimplemented from ChWsbModule.
Reimplemented in ChNewsModule, ChFdbModule, and ChArlModule.
Definition at line 26 of file ChWsbTextModule.php.
| ChWsbTextModule::_actDelete | ( | $aIds | ) |
Definition at line 929 of file ChWsbTextModule.php.
| ChWsbTextModule::_actFeatured | ( | $aIds, | |
$bPositive = true |
|||
| ) |
Common methods
Definition at line 880 of file ChWsbTextModule.php.
| ChWsbTextModule::_actPublish | ( | $aIds, | |
$bPositive = true |
|||
| ) |
Definition at line 900 of file ChWsbTextModule.php.
| ChWsbTextModule::_isCommentsAllowed | ( | & | $aEntry | ) |
Reimplemented in ChFdbModule.
Definition at line 964 of file ChWsbTextModule.php.
| ChWsbTextModule::_isShareAllowed | ( | & | $aEntry | ) |
Definition at line 972 of file ChWsbTextModule.php.
| ChWsbTextModule::_isVotesAllowed | ( | & | $aEntry | ) |
Reimplemented in ChFdbModule.
Definition at line 968 of file ChWsbTextModule.php.
| ChWsbTextModule::actionAdmin | ( | $sName = '' | ) |
Reimplemented in ChFdbModule.
Definition at line 735 of file ChWsbTextModule.php.
| ChWsbTextModule::actionArchive | ( | $iStart = 0, |
|
$iPerPage = 0 |
|||
| ) |
Definition at line 511 of file ChWsbTextModule.php.
| ChWsbTextModule::actionCalendar | ( | $iYear = 0, |
|
$iMonth = 0, |
|||
$iDay = 0, |
|||
$iStart = 1, |
|||
$iPerPage = 0 |
|||
| ) |
Definition at line 556 of file ChWsbTextModule.php.
| ChWsbTextModule::actionCategories | ( | ) |
Definition at line 598 of file ChWsbTextModule.php.
| ChWsbTextModule::actionCategory | ( | $sCategory = '', |
|
$iPage = 1, |
|||
$iPerPage = 0 |
|||
| ) |
Definition at line 615 of file ChWsbTextModule.php.
| ChWsbTextModule::actionDelete | ( | ) |
Definition at line 488 of file ChWsbTextModule.php.
| ChWsbTextModule::actionFeatured | ( | ) |
Definition at line 684 of file ChWsbTextModule.php.
| ChWsbTextModule::actionGetEntries | ( | $sSampleType = 'all', |
|
$iStart = 0, |
|||
$iPerPage = 0 |
|||
| ) |
Definition at line 460 of file ChWsbTextModule.php.
| ChWsbTextModule::actionHome | ( | ) |
Definition at line 699 of file ChWsbTextModule.php.
| ChWsbTextModule::actionIndex | ( | ) |
Reimplemented in ChFdbModule.
Definition at line 703 of file ChWsbTextModule.php.
| ChWsbTextModule::actionMarkFeatured | ( | ) |
Definition at line 476 of file ChWsbTextModule.php.
| ChWsbTextModule::actionMobileEntry | ( | $iId | ) |
Entry view page for mobile app
Definition at line 853 of file ChWsbTextModule.php.
| ChWsbTextModule::actionMobileLatestEntries | ( | $iPage = 1 | ) |
View list of latest entries for mobile app
Definition at line 799 of file ChWsbTextModule.php.
| ChWsbTextModule::actionPopular | ( | ) |
Definition at line 526 of file ChWsbTextModule.php.
| ChWsbTextModule::actionPublish | ( | ) |
Definition at line 482 of file ChWsbTextModule.php.
| ChWsbTextModule::actionRss | ( | $iLength = 0, |
|
$sType = 'archive' |
|||
| ) |
Action methods
Definition at line 425 of file ChWsbTextModule.php.
| ChWsbTextModule::actionSharePopup | ( | $iEntry | ) |
Definition at line 494 of file ChWsbTextModule.php.
| ChWsbTextModule::actionTag | ( | $sTag = '', |
|
$iPage = 1, |
|||
$iPerPage = 0 |
|||
| ) |
Definition at line 658 of file ChWsbTextModule.php.
| ChWsbTextModule::actionTags | ( | ) |
Definition at line 641 of file ChWsbTextModule.php.
| ChWsbTextModule::actionTop | ( | ) |
Definition at line 541 of file ChWsbTextModule.php.
| ChWsbTextModule::actionView | ( | $sName | ) |
Definition at line 720 of file ChWsbTextModule.php.
| ChWsbTextModule::getBlockAction | ( | $sUri | ) |
Definition at line 99 of file ChWsbTextModule.php.
| ChWsbTextModule::getBlockComment | ( | $sUri | ) |
Definition at line 64 of file ChWsbTextModule.php.
| ChWsbTextModule::getBlockInfo | ( | $sUri | ) |
Definition at line 91 of file ChWsbTextModule.php.
| ChWsbTextModule::getBlockSocialSharing | ( | $sUri | ) |
Definition at line 131 of file ChWsbTextModule.php.
| ChWsbTextModule::getBlockView | ( | $sUri | ) |
Definition at line 41 of file ChWsbTextModule.php.
| ChWsbTextModule::getBlockVote | ( | $sUri | ) |
Definition at line 78 of file ChWsbTextModule.php.
| ChWsbTextModule::getCalendar | ( | $iYear = 0, |
|
$iMonth = 0 |
|||
| ) |
Definition at line 144 of file ChWsbTextModule.php.
| ChWsbTextModule::getCalendarContent | ( | $iYear, | |
| $iMonth, | |||
| $iDay, | |||
| $iPage, | |||
| $iPerPage | |||
| ) |
Definition at line 207 of file ChWsbTextModule.php.
| ChWsbTextModule::getCategoryContent | ( | $sCategory, | |
$iPage = 1, |
|||
$iPerPage = 0 |
|||
| ) |
Definition at line 183 of file ChWsbTextModule.php.
| ChWsbTextModule::getSearchContent | ( | $aRestrictions, | |
| $sUri, | |||
$iPage = 1, |
|||
$iPerPage = 0 |
|||
| ) |
Definition at line 156 of file ChWsbTextModule.php.
| ChWsbTextModule::getSearchResult | ( | ) |
Definition at line 150 of file ChWsbTextModule.php.
| ChWsbTextModule::getSettingsForm | ( | $mixedResult | ) |
Admin Settings Methods
Definition at line 229 of file ChWsbTextModule.php.
| ChWsbTextModule::getTagContent | ( | $sTag = '', |
|
$iPage = 1, |
|||
$iPerPage = 0 |
|||
| ) |
Definition at line 195 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceAdminBlock | ( | $iStart = 0, |
|
$iPerPage = 0, |
|||
$sFilterValue = '' |
|||
| ) |
Definition at line 281 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceArchiveBlock | ( | $iStart = 0, |
|
$iPerPage = 0, |
|||
$bShowEmpty = true |
|||
| ) |
Definition at line 310 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceArchiveBlockIndex | ( | $iStart = 0, |
|
$iPerPage = 0, |
|||
$bShowEmpty = true |
|||
| ) |
Definition at line 296 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceArchiveBlockMember | ( | $iStart = 0, |
|
$iPerPage = 0, |
|||
$bShowEmpty = true |
|||
| ) |
Definition at line 303 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceCategoriesBlock | ( | $iBlockId | ) |
Definition at line 362 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceEditBlock | ( | $mixed | ) |
Definition at line 268 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceFeaturedBlock | ( | $iStart = 0, |
|
$iPerPage = 0, |
|||
$bShowEmpty = true |
|||
| ) |
Definition at line 337 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceFeaturedBlockIndex | ( | $iStart = 0, |
|
$iPerPage = 0, |
|||
$bShowEmpty = true |
|||
| ) |
Definition at line 323 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceFeaturedBlockMember | ( | $iStart = 0, |
|
$iPerPage = 0, |
|||
$bShowEmpty = true |
|||
| ) |
Definition at line 330 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceGetCalendarBlock | ( | $iBlockID, | |
$aParams = array() |
|||
| ) |
Definition at line 377 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceGetSubscriptionParams | ( | $sUnit, | |
| $sAction, | |||
| $iObjectId | |||
| ) |
Definition at line 406 of file ChWsbTextModule.php.
| ChWsbTextModule::servicePopularBlock | ( | $iStart = 0, |
|
$iPerPage = 0 |
|||
| ) |
Definition at line 394 of file ChWsbTextModule.php.
| ChWsbTextModule::servicePostBlock | ( | ) |
Service methods
Definition at line 260 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceTagsBlock | ( | $iBlockId | ) |
Definition at line 369 of file ChWsbTextModule.php.
| ChWsbTextModule::serviceTopRatedBlock | ( | $iStart = 0, |
|
$iPerPage = 0 |
|||
| ) |
Definition at line 350 of file ChWsbTextModule.php.
| ChWsbTextModule::setSettings | ( | $aData | ) |
Definition at line 245 of file ChWsbTextModule.php.
| ChWsbTextModule::$_oPrivacy |
Definition at line 24 of file ChWsbTextModule.php.
| ChWsbTextModule::$_oTextData |
Definition at line 23 of file ChWsbTextModule.php.