_actionInvite() public method

public _actionInvite ( $iEntryId, $sEmailTemplate, $iMaxEmailInvitations, $sMsgInvitationSent, $sMsgNoUsers, $sTitle )
 function actionInvite($iEntryId)
 {
     parent::_actionInvite($iEntryId, 'bx_events_invitation', $this->_oDb->getParam('bx_events_max_email_invitations'), _t('_bx_events_invitation_sent'), _t('_bx_events_no_users_msg'), _t('_bx_events_caption_invite'));
 }
Beispiel #2
0
 function actionInvite($iEntryId)
 {
     parent::_actionInvite($iEntryId, 'bx_groups_invitation', $this->_oDb->getParam('bx_groups_max_email_invitations'), _t('_bx_groups_msg_invitation_sent'), _t('_bx_groups_msg_no_users_to_invite'), _t('_bx_groups_page_title_invite'));
 }
 function actionInvite($iEntryId)
 {
     parent::_actionInvite($iEntryId, 'ml_clonetwo_invitation', $this->_oDb->getParam('ml_clonetwo_max_email_invitations'), _t('_ml_clonetwo_msg_invitation_sent'), _t('_ml_clonetwo_msg_no_users_to_invite'), _t('_ml_clonetwo_page_title_invite'));
 }