|
Cheetah
|
Public Member Functions | |
| __construct ($aModule) | |
| getSettingsForm ($mixedResult) | |
| setSettings ($aData) | |
| actionPost () | |
| actionRepost () | |
| actionDelete () | |
| actionGetPost () | |
| actionGetPosts () | |
| actionGetPostsOutline () | |
| actionGetTimeline () | |
| actionGetPaginate () | |
| actionGetUploader ($iOwnerId, $sType, $sSubType='') | |
| actionGetRepostedBy () | |
| actionGetImage ($iId, $sUrl) | |
| actionRss ($sUsername) | |
| serviceResponse ($oAlert) | |
| servicePostBlockIndexTimeline ($sType='id') | |
| serviceViewBlockIndexTimeline ($iStart=-1, $iPerPage=-1, $sFilter='', $sTimeline='', $sType='id', $aModules=array()) | |
| servicePostBlockProfileTimeline ($mixed, $sType='id') | |
| _getPostTabs ($sType) | |
| serviceViewBlockProfileTimeline ($mixed, $iStart=-1, $iPerPage=-1, $sFilter='', $sTimeline='', $sType='id', $aModules=array()) | |
| serviceViewBlockAccountTimeline ($mixed, $iStart=-1, $iPerPage=-1, $sFilter='', $sTimeline='', $sType='id', $aModules=array()) | |
| serviceViewBlockIndexOutline ($iStart=-1, $iPerPage=-1, $sFilter='', $aModules=array()) | |
| serviceGetActionsChecklist ($sType) | |
| serviceGetUploadersChecklist ($sType) | |
| serviceUpdateHandlers ($sModuleUri='all', $bInstall=true) | |
| serviceGetMemberMenuItem () | |
| serviceGetSubscriptionParams ($sUnit, $sAction, $iObjectId) | |
| serviceGetSpyData () | |
| serviceGetSpyPost ($sAction, $iObjectId=0, $iSenderId=0, $aExtraParams=array()) | |
| serviceGetRepostElementBlock ($iOwnerId, $sType, $sAction, $iObjectId, $aParams=array()) | |
| serviceGetRepostCounter ($sType, $sAction, $iObjectId, $aParams=array()) | |
| serviceGetRepostJsScript () | |
| serviceGetRepostJsClick ($iOwnerId, $sType, $sAction, $iObjectId) | |
| getRepostedLanguageKey ($sType, $sAction, $mixedObjectId, $bTitle=false) | |
| onPost ($iId) | |
| onDelete ($aEvent) | |
| onRepost ($iId, $aReposted=array()) | |
| _processTextUpload () | |
| _processLinkUpload () | |
| _getTimeline ($iStart, $iPerPage, $sFilter, $sTimeline, $aModules) | |
| _getLoadMore ($iStart, $iPerPage, $bEnabled=true, $bVisible=true) | |
| _getLoadMoreOutline ($iStart, $iPerPage, $bEnabled=true, $bVisible=true) | |
| _getPaginate ($sFilter, $sTimeline, $aModules) | |
| _getPosts ($sOrder, $iStart, $iPerPage, $sFilter, $sTimeline, $aModules) | |
| _getPostsOutline ($sOrder, $iStart, $iPerPage, $sFilter, $aModules) | |
| _getWriteForm ($sGetFormArrayMethod='_getWriteFormCommon') | |
| _getWriteFormCommon () | |
| _getWriteFormIndex () | |
| _getShareLinkForm ($sGetFormArrayMethod='_getShareLinkFormCommon') | |
| _getShareLinkFormCommon () | |
| _getShareLinkFormIndex () | |
| _getObjectPrivacy () | |
| _getObjectVoting ($aEvent) | |
| _getObjectVotingDefault ($iEventId) | |
| _addHidden ($sPostType="photos", $sContentType="upload", $sAction="post") | |
| _isViewAllowed () | |
| _isCommentPostAllowed ($bPerform=false) | |
| _isCommentDeleteAllowed ($aEvent, $bPerform=false) | |
| _isRepostAllowed ($aEvent, $bPerform=false) | |
| _getAuthorId () | |
| _getAuthorPassword () | |
| _getAuthorIp () | |
| _echoResultJson ($a, $isAutoWrapForFormFileSubmit=false) | |
Public Member Functions inherited from ChWsbModule | |
| isLogged () | |
| getUserId () | |
| getUserPassword () | |
| getTitleKey ($sUri) | |
| serviceGetBaseUrl () | |
Public Attributes | |
| $_iOwnerId | |
| $_aPostElements | |
| $_sDividerTemplate | |
| $_sBalloonTemplate | |
| $_sCmtPostTemplate | |
| $_sCmtViewTemplate | |
| $_sCmtTemplate | |
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 39 of file ChWallModule.php.
| ChWallModule::__construct | ( | $aModule | ) |
| ChWallModule::_addHidden | ( | $sPostType = "photos", |
|
$sContentType = "upload", |
|||
$sAction = "post" |
|||
| ) |
Definition at line 1350 of file ChWallModule.php.
| ChWallModule::_echoResultJson | ( | $a, | |
$isAutoWrapForFormFileSubmit = false |
|||
| ) |
Definition at line 1442 of file ChWallModule.php.
| ChWallModule::_getAuthorId | ( | ) |
Definition at line 1430 of file ChWallModule.php.
| ChWallModule::_getAuthorIp | ( | ) |
Definition at line 1438 of file ChWallModule.php.
| ChWallModule::_getAuthorPassword | ( | ) |
Definition at line 1434 of file ChWallModule.php.
Definition at line 1106 of file ChWallModule.php.
Definition at line 1110 of file ChWallModule.php.
| ChWallModule::_getObjectPrivacy | ( | ) |
Definition at line 1323 of file ChWallModule.php.
| ChWallModule::_getObjectVoting | ( | $aEvent | ) |
Definition at line 1327 of file ChWallModule.php.
| ChWallModule::_getObjectVotingDefault | ( | $iEventId | ) |
Definition at line 1345 of file ChWallModule.php.
| ChWallModule::_getPaginate | ( | $sFilter, | |
| $sTimeline, | |||
| $aModules | |||
| ) |
Definition at line 1114 of file ChWallModule.php.
| ChWallModule::_getPosts | ( | $sOrder, | |
| $iStart, | |||
| $iPerPage, | |||
| $sFilter, | |||
| $sTimeline, | |||
| $aModules | |||
| ) |
Definition at line 1127 of file ChWallModule.php.
| ChWallModule::_getPostsOutline | ( | $sOrder, | |
| $iStart, | |||
| $iPerPage, | |||
| $sFilter, | |||
| $aModules | |||
| ) |
Definition at line 1190 of file ChWallModule.php.
| ChWallModule::_getPostTabs | ( | $sType | ) |
Definition at line 587 of file ChWallModule.php.
| ChWallModule::_getShareLinkForm | ( | $sGetFormArrayMethod = '_getShareLinkFormCommon' | ) |
Definition at line 1276 of file ChWallModule.php.
| ChWallModule::_getShareLinkFormCommon | ( | ) |
Definition at line 1285 of file ChWallModule.php.
| ChWallModule::_getShareLinkFormIndex | ( | ) |
Definition at line 1316 of file ChWallModule.php.
| ChWallModule::_getTimeline | ( | $iStart, | |
| $iPerPage, | |||
| $sFilter, | |||
| $sTimeline, | |||
| $aModules | |||
| ) |
Private Methods Is used for content displaying
Definition at line 1102 of file ChWallModule.php.
| ChWallModule::_getWriteForm | ( | $sGetFormArrayMethod = '_getWriteFormCommon' | ) |
Definition at line 1228 of file ChWallModule.php.
| ChWallModule::_getWriteFormCommon | ( | ) |
Definition at line 1237 of file ChWallModule.php.
| ChWallModule::_getWriteFormIndex | ( | ) |
Definition at line 1269 of file ChWallModule.php.
| ChWallModule::_isCommentDeleteAllowed | ( | $aEvent, | |
$bPerform = false |
|||
| ) |
Definition at line 1395 of file ChWallModule.php.
| ChWallModule::_isCommentPostAllowed | ( | $bPerform = false | ) |
Definition at line 1380 of file ChWallModule.php.
| ChWallModule::_isRepostAllowed | ( | $aEvent, | |
$bPerform = false |
|||
| ) |
Definition at line 1411 of file ChWallModule.php.
| ChWallModule::_isViewAllowed | ( | ) |
Definition at line 1375 of file ChWallModule.php.
| ChWallModule::_processLinkUpload | ( | ) |
Definition at line 1053 of file ChWallModule.php.
| ChWallModule::_processTextUpload | ( | ) |
Private Methods Is used for actions processing.
Definition at line 1011 of file ChWallModule.php.
| ChWallModule::actionDelete | ( | ) |
Delete post from the wall. Allow to wall owner only.
Definition at line 202 of file ChWallModule.php.
| ChWallModule::actionGetImage | ( | $iId, | |
| $sUrl | |||
| ) |
| ChWallModule::actionGetPaginate | ( | ) |
| ChWallModule::actionGetPost | ( | ) |
| ChWallModule::actionGetPosts | ( | ) |
| ChWallModule::actionGetPostsOutline | ( | ) |
Get posts content (Outline).
Definition at line 265 of file ChWallModule.php.
| ChWallModule::actionGetRepostedBy | ( | ) |
| ChWallModule::actionGetTimeline | ( | ) |
| ChWallModule::actionGetUploader | ( | $iOwnerId, | |
| $sType, | |||
$sSubType = '' |
|||
| ) |
Get photo/sound/video uploading form.
Definition at line 330 of file ChWallModule.php.
| ChWallModule::actionPost | ( | ) |
ACTION METHODS Post somthing on the wall.
Definition at line 101 of file ChWallModule.php.
| ChWallModule::actionRepost | ( | ) |
Definition at line 140 of file ChWallModule.php.
| ChWallModule::actionRss | ( | $sUsername | ) |
Get RSS for specified owner.
| string | $sUsername | wall owner username |
Definition at line 424 of file ChWallModule.php.
| ChWallModule::getRepostedLanguageKey | ( | $sType, | |
| $sAction, | |||
| $mixedObjectId, | |||
$bTitle = false |
|||
| ) |
Definition at line 926 of file ChWallModule.php.
| ChWallModule::getSettingsForm | ( | $mixedResult | ) |
Admin Settings Methods
Definition at line 71 of file ChWallModule.php.
| ChWallModule::onDelete | ( | $aEvent | ) |
Definition at line 954 of file ChWallModule.php.
| ChWallModule::onPost | ( | $iId | ) |
Definition at line 943 of file ChWallModule.php.
| ChWallModule::onRepost | ( | $iId, | |
$aReposted = array() |
|||
| ) |
Definition at line 985 of file ChWallModule.php.
| ChWallModule::serviceGetActionsChecklist | ( | $sType | ) |
Definition at line 756 of file ChWallModule.php.
| ChWallModule::serviceGetMemberMenuItem | ( | ) |
Definition at line 812 of file ChWallModule.php.
| ChWallModule::serviceGetRepostCounter | ( | $sType, | |
| $sAction, | |||
| $iObjectId, | |||
$aParams = array() |
|||
| ) |
Definition at line 909 of file ChWallModule.php.
| ChWallModule::serviceGetRepostElementBlock | ( | $iOwnerId, | |
| $sType, | |||
| $sAction, | |||
| $iObjectId, | |||
$aParams = array() |
|||
| ) |
Definition at line 903 of file ChWallModule.php.
| ChWallModule::serviceGetRepostJsClick | ( | $iOwnerId, | |
| $sType, | |||
| $sAction, | |||
| $iObjectId | |||
| ) |
Definition at line 921 of file ChWallModule.php.
| ChWallModule::serviceGetRepostJsScript | ( | ) |
Definition at line 916 of file ChWallModule.php.
| ChWallModule::serviceGetSpyData | ( | ) |
Definition at line 847 of file ChWallModule.php.
| ChWallModule::serviceGetSpyPost | ( | $sAction, | |
$iObjectId = 0, |
|||
$iSenderId = 0, |
|||
$aExtraParams = array() |
|||
| ) |
Definition at line 869 of file ChWallModule.php.
| ChWallModule::serviceGetSubscriptionParams | ( | $sUnit, | |
| $sAction, | |||
| $iObjectId | |||
| ) |
Definition at line 832 of file ChWallModule.php.
| ChWallModule::serviceGetUploadersChecklist | ( | $sType | ) |
Definition at line 775 of file ChWallModule.php.
| ChWallModule::servicePostBlockIndexTimeline | ( | $sType = 'id' | ) |
Display Post block on home page.
| integer | $mixed | - owner ID or Username. |
Definition at line 477 of file ChWallModule.php.
| ChWallModule::servicePostBlockProfileTimeline | ( | $mixed, | |
$sType = 'id' |
|||
| ) |
Display Post block on profile page.
| integer | $mixed | - owner ID or Username. |
Definition at line 552 of file ChWallModule.php.
| ChWallModule::serviceResponse | ( | $oAlert | ) |
SERVICE METHODS Process alert.
| ChWsbAlerts | $oAlert | an instance with accured alert. |
Definition at line 465 of file ChWallModule.php.
| ChWallModule::serviceUpdateHandlers | ( | $sModuleUri = 'all', |
|
$bInstall = true |
|||
| ) |
Definition at line 795 of file ChWallModule.php.
| ChWallModule::serviceViewBlockAccountTimeline | ( | $mixed, | |
$iStart = -1, |
|||
$iPerPage = -1, |
|||
$sFilter = '', |
|||
$sTimeline = '', |
|||
$sType = 'id', |
|||
$aModules = array() |
|||
| ) |
Definition at line 685 of file ChWallModule.php.
| ChWallModule::serviceViewBlockIndexOutline | ( | $iStart = -1, |
|
$iPerPage = -1, |
|||
$sFilter = '', |
|||
$aModules = array() |
|||
| ) |
Definition at line 726 of file ChWallModule.php.
| ChWallModule::serviceViewBlockIndexTimeline | ( | $iStart = -1, |
|
$iPerPage = -1, |
|||
$sFilter = '', |
|||
$sTimeline = '', |
|||
$sType = 'id', |
|||
$aModules = array() |
|||
| ) |
Definition at line 513 of file ChWallModule.php.
| ChWallModule::serviceViewBlockProfileTimeline | ( | $mixed, | |
$iStart = -1, |
|||
$iPerPage = -1, |
|||
$sFilter = '', |
|||
$sTimeline = '', |
|||
$sType = 'id', |
|||
$aModules = array() |
|||
| ) |
Definition at line 632 of file ChWallModule.php.
| ChWallModule::setSettings | ( | $aData | ) |
Definition at line 85 of file ChWallModule.php.
| ChWallModule::$_aPostElements |
Definition at line 42 of file ChWallModule.php.
| ChWallModule::$_iOwnerId |
Definition at line 41 of file ChWallModule.php.
| ChWallModule::$_sBalloonTemplate |
Definition at line 45 of file ChWallModule.php.
| ChWallModule::$_sCmtPostTemplate |
Definition at line 46 of file ChWallModule.php.
| ChWallModule::$_sCmtTemplate |
Definition at line 48 of file ChWallModule.php.
| ChWallModule::$_sCmtViewTemplate |
Definition at line 47 of file ChWallModule.php.
| ChWallModule::$_sDividerTemplate |
Definition at line 44 of file ChWallModule.php.