|
Cheetah
|
Public Member Functions | |
| __construct (&$aModule) | |
| actionGetFile ($iFileId) | |
| serviceGetProfileCat () | |
| serviceGetMemberMenuItem ($sIcon='music') | |
| serviceGetMemberMenuItemAddContent ($sIcon='music') | |
| getEmbedCode ($iFileId) | |
| isAllowedShare (&$aDataEntry) | |
| isAllowedDownload (&$aFile, $isPerformAction=false) | |
| serviceGetWallPost ($aEvent) | |
| serviceGetWallPostOutline ($aEvent) | |
| actionView ($sUri) | |
| actionBrowse ($sParamName='', $sParamValue='', $sParamValue1='', $sParamValue2='', $sParamValue3='') | |
| actionAlbums ($sParamName='', $sParamValue='', $sParamValue1='', $sParamValue2='', $sParamValue3='') | |
Public Member Functions inherited from ChWsbFilesModule | |
| _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()) | |
| getWallPost ($aEvent, $sIcon='save', $aParams=array()) | |
| getWallPostOutline ($aEvent, $sIcon='save', $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') | |
Public Member Functions inherited from ChWsbModule | |
| __construct ($aModule) | |
| isLogged () | |
| getUserId () | |
| getUserPassword () | |
| getTitleKey ($sUri) | |
| serviceGetBaseUrl () | |
Additional Inherited Members | |
Static Public Member Functions inherited from ChWsbModule | |
| static | getInstance ($sClassName) |
| static | getTitle ($sUri) |
Public Attributes inherited from ChWsbFilesModule | |
| $_iProfileId | |
| $aPageTmpl | |
| $oPrivacy | |
| $oAlbumPrivacy | |
| $oAlbums | |
| $_aMemActions = array('add', 'view', 'delete', 'approve', 'edit') | |
| $aSectionsAdmin = array() | |
Public Attributes inherited from ChWsbModule | |
| $_aModule | |
| $_oDb | |
| $_oTemplate | |
| $_oConfig | |
Definition at line 11 of file ChSoundsModule.php.
| ChSoundsModule::__construct | ( | & | $aModule | ) |
| ChSoundsModule::actionAlbums | ( | $sParamName = '', |
|
$sParamValue = '', |
|||
$sParamValue1 = '', |
|||
$sParamValue2 = '', |
|||
$sParamValue3 = '' |
|||
| ) |
Reimplemented from ChWsbFilesModule.
Definition at line 117 of file ChSoundsModule.php.
| ChSoundsModule::actionBrowse | ( | $sParamName = '', |
|
$sParamValue = '', |
|||
$sParamValue1 = '', |
|||
$sParamValue2 = '', |
|||
$sParamValue3 = '' |
|||
| ) |
Reimplemented from ChWsbFilesModule.
Definition at line 105 of file ChSoundsModule.php.
| ChSoundsModule::actionGetFile | ( | $iFileId | ) |
Definition at line 24 of file ChSoundsModule.php.
| ChSoundsModule::actionView | ( | $sUri | ) |
Reimplemented from ChWsbFilesModule.
Definition at line 95 of file ChSoundsModule.php.
| ChSoundsModule::getEmbedCode | ( | $iFileId | ) |
Definition at line 65 of file ChSoundsModule.php.
| ChSoundsModule::isAllowedDownload | ( | & | $aFile, |
$isPerformAction = false |
|||
| ) |
Definition at line 78 of file ChSoundsModule.php.
| ChSoundsModule::isAllowedShare | ( | & | $aDataEntry | ) |
Definition at line 70 of file ChSoundsModule.php.
| ChSoundsModule::serviceGetMemberMenuItem | ( | $sIcon = 'music' | ) |
Reimplemented from ChWsbFilesModule.
Definition at line 56 of file ChSoundsModule.php.
| ChSoundsModule::serviceGetMemberMenuItemAddContent | ( | $sIcon = 'music' | ) |
Reimplemented from ChWsbFilesModule.
Definition at line 60 of file ChSoundsModule.php.
| ChSoundsModule::serviceGetProfileCat | ( | ) |
Definition at line 51 of file ChSoundsModule.php.
| ChSoundsModule::serviceGetWallPost | ( | $aEvent | ) |
Reimplemented from ChWsbFilesModule.
Definition at line 85 of file ChSoundsModule.php.
| ChSoundsModule::serviceGetWallPostOutline | ( | $aEvent | ) |
Reimplemented from ChWsbFilesModule.
Definition at line 90 of file ChSoundsModule.php.