Cheetah
|
Public Member Functions | |
__construct (&$aModule) | |
actionGetFile ($iFileId) | |
serviceGetProfileCat () | |
serviceGetMemberMenuItem ($sIcon='film') | |
serviceGetMemberMenuItemAddContent ($sIcon='film') | |
getWallPost ($aEvent, $sIcon='save', $aParams=array()) | |
getWallPostOutline ($aEvent, $sIcon='save', $aParams=array()) | |
getEmbedCode ($iFileId, $aExtra=array()) | |
isAllowedShare (&$aDataEntry) | |
isAllowedDownload (&$aFile, $isPerformAction=false) | |
serviceGetWallPost ($aEvent) | |
serviceGetWallPostOutline ($aEvent) | |
actionView ($sUri) | |
actionBrowse ($sParamName='', $sParamValue='', $sParamValue1='', $sParamValue2='', $sParamValue3='') | |
actionAlbums ($sParamName='', $sParamValue='', $sParamValue1='', $sParamValue2='', $sParamValue3='') | |
![]() | |
_checkVisible ($aParam=array()) | |
_defineActionsArray () | |
_defineActions () | |
_defineActionName ($sAction) | |
_deleteFile ($iFileId) | |
_deleteAlbumUnits ($iAlbumId) | |
_getOriginalExt (&$aInfo, $sTmpl, $sKey='{ext}') | |
actionAdministration ($sParam='', $sParam1='') | |
actionHome () | |
actionCategories () | |
actionTags () | |
actionEdit ($iFileId) | |
actionRate () | |
actionRss ($sParamName, $sParamValue, $sParamValue1, $sParamValue2) | |
actionReport ($sFileUri) | |
actionShare ($sFileUri) | |
actionFavorite ($iFileId) | |
actionFeature ($iFileId, $iFeatureId=0) | |
actionApprove ($iFileId, $iApprove=1) | |
actionDelete ($iFileId, $sAlbumUri='', $sOwnerNick='') | |
actionAlbumsViewMy ($sParamValue='', $sParamValue1='', $sParamValue2='', $sParamValue3='') | |
actionAlbumOrganize ($sAlbumUri) | |
actionAlbumReverse ($sAlbumUri) | |
actionAlbumDelete ($sAlbumUri) | |
actionCalendar ($iYear='', $iMonth='') | |
actionUpload ($sSelected='') | |
actionUploadSubmit () | |
isAllowedAdd ($isPerformAction=false, $isNotDefineActions=false, $isCheckMemberStatus=true) | |
isAllowedApprove ($aFile, $isPerformAction=false) | |
isAllowedEdit (&$aFile, $isPerformAction=false) | |
isAllowedDelete (&$aFile, $isPerformAction=false) | |
isAllowedDeleteAlbum ($iAlbumId, $aAlbumInfo=null) | |
isAllowedView (&$aFile, $isPerformAction=false) | |
isAdmin ($iId=0) | |
adminApproveFile ($iFileId) | |
adminDisapproveFile ($iFileId) | |
adminMakeFeatured ($iFileId) | |
adminMakeUnfeatured ($iFileId) | |
checkActions () | |
checkDefaultAlbums ($iProfileId) | |
getMemberList () | |
getAdminMainPage (&$aMenu, $sParam='') | |
getAdminSettings (&$aMenu) | |
getAlbumPageView ($aInfo, $sBrowseCode='') | |
getAlbumPageBrowse ($aParams) | |
getBlockActionsAlbum ($aAlbumInfo) | |
getBrowseParam ($sParamName, $sParamValue) | |
getInstanceUploadAlbumTempName ($aAlbums, $iAttempt=1) | |
getInstanceUploadFormArray ( $aAlbums, $aPrivFieldView, $sAlbumsCaption=false, $sAlbumTitleCaption=false, $sCreateNewAlbumCaption=false) | |
getResultCodeArray (&$oSearch, $sCode) | |
getSubmitForm ($sFileUri, $sAction) | |
processUpload ($oUploader, $sAction) | |
sendFileInfo ($sEmail, $sMessage, $sUrl, $sType='share') | |
serviceGetFilesConfig () | |
serviceRemoveObject ($iFileId) | |
serviceGetFavoriteList ($iMember, $iFrom=0, $iPerPage=10) | |
serviceGetWallData () | |
serviceGetWallAddComment ($aEvent, $aParams=array()) | |
serviceGetSpyData () | |
serviceGetSpyPost ($sAction, $iObjectId=0, $iSenderId=0, $aExtraParams=array()) | |
serviceDeleteProfileData ($iProfileId) | |
serviceDeleteProfileAlbums ($iProfileId) | |
serviceResponseProfileDelete ($oAlert) | |
serviceCheckDelete ($iFileId) | |
serviceCheckAction ($sAction, $iFileId) | |
serviceGetSubscriptionParams ($sAction, $iEntryId) | |
serviceGetAllAlbums ($iProfId, $sStatus='active') | |
![]() | |
__construct ($aModule) | |
isLogged () | |
getUserId () | |
getUserPassword () | |
getTitleKey ($sUri) | |
serviceGetBaseUrl () | |
Additional Inherited Members | |
![]() | |
static | getInstance ($sClassName) |
static | getTitle ($sUri) |
![]() | |
$_iProfileId | |
$aPageTmpl | |
$oPrivacy | |
$oAlbumPrivacy | |
$oAlbums | |
$_aMemActions = array('add', 'view', 'delete', 'approve', 'edit') | |
$aSectionsAdmin = array() | |
![]() | |
$_aModule | |
$_oDb | |
$_oTemplate | |
$_oConfig | |
Definition at line 11 of file ChVideosModule.php.
ChVideosModule::__construct | ( | & | $aModule | ) |
ChVideosModule::actionAlbums | ( | $sParamName = '' , |
|
$sParamValue = '' , |
|||
$sParamValue1 = '' , |
|||
$sParamValue2 = '' , |
|||
$sParamValue3 = '' |
|||
) |
Reimplemented from ChWsbFilesModule.
Definition at line 151 of file ChVideosModule.php.
ChVideosModule::actionBrowse | ( | $sParamName = '' , |
|
$sParamValue = '' , |
|||
$sParamValue1 = '' , |
|||
$sParamValue2 = '' , |
|||
$sParamValue3 = '' |
|||
) |
Reimplemented from ChWsbFilesModule.
Definition at line 139 of file ChVideosModule.php.
ChVideosModule::actionGetFile | ( | $iFileId | ) |
Definition at line 24 of file ChVideosModule.php.
ChVideosModule::actionView | ( | $sUri | ) |
Reimplemented from ChWsbFilesModule.
Definition at line 129 of file ChVideosModule.php.
ChVideosModule::getEmbedCode | ( | $iFileId, | |
$aExtra = array() |
|||
) |
Definition at line 99 of file ChVideosModule.php.
ChVideosModule::getWallPost | ( | $aEvent, | |
$sIcon = 'save' , |
|||
$aParams = array() |
|||
) |
Reimplemented from ChWsbFilesModule.
Definition at line 79 of file ChVideosModule.php.
ChVideosModule::getWallPostOutline | ( | $aEvent, | |
$sIcon = 'save' , |
|||
$aParams = array() |
|||
) |
Reimplemented from ChWsbFilesModule.
Definition at line 89 of file ChVideosModule.php.
ChVideosModule::isAllowedDownload | ( | & | $aFile, |
$isPerformAction = false |
|||
) |
Definition at line 112 of file ChVideosModule.php.
ChVideosModule::isAllowedShare | ( | & | $aDataEntry | ) |
Definition at line 104 of file ChVideosModule.php.
ChVideosModule::serviceGetMemberMenuItem | ( | $sIcon = 'film' | ) |
Reimplemented from ChWsbFilesModule.
Definition at line 69 of file ChVideosModule.php.
ChVideosModule::serviceGetMemberMenuItemAddContent | ( | $sIcon = 'film' | ) |
Reimplemented from ChWsbFilesModule.
Definition at line 74 of file ChVideosModule.php.
ChVideosModule::serviceGetProfileCat | ( | ) |
Definition at line 64 of file ChVideosModule.php.
ChVideosModule::serviceGetWallPost | ( | $aEvent | ) |
Reimplemented from ChWsbFilesModule.
Definition at line 119 of file ChVideosModule.php.
ChVideosModule::serviceGetWallPostOutline | ( | $aEvent | ) |
Reimplemented from ChWsbFilesModule.
Definition at line 124 of file ChVideosModule.php.