_actionManageFansPopup() public method

public _actionManageFansPopup ( $iEntryId, $sTitle, $sFuncGetFans = 'getFans', $sFuncIsAllowedManageFans = 'isAllowedManageFans', $sFuncIsAllowedManageAdmins = 'isAllowedManageAdmins', $iMaxFans = 1000 )
Beispiel #1
0
 function actionManageFansPopup($iEntryId)
 {
     parent::_actionManageFansPopup($iEntryId, _t('_bx_groups_caption_manage_fans'), 'getFans', 'isAllowedManageFans', 'isAllowedManageAdmins', BX_GROUPS_MAX_FANS);
 }
 function actionManageFansPopup($iEntryId)
 {
     parent::_actionManageFansPopup($iEntryId, _t('_ml_clonetwo_caption_manage_fans'), 'getFans', 'isAllowedManageFans', 'isAllowedManageAdmins', ML_CLONETWO_MAX_FANS);
 }