_actionBroadcast() 공개 메소드

public _actionBroadcast ( $iEntryId, $sTitle, $sMsgNoRecipients, $sMsgSent )
예제 #1
0
 function actionBroadcast($iEntryId)
 {
     parent::_actionBroadcast($iEntryId, _t('_bx_events_caption_broadcast'), _t('_bx_events_msg_broadcast_no_participants'), _t('_bx_events_msg_broadcast_message_sent'));
 }
예제 #2
0
 function actionBroadcast($iEntryId)
 {
     parent::_actionBroadcast($iEntryId, _t('_bx_store_page_title_broadcast'), _t('_bx_store_msg_broadcast_no_recipients'), _t('_bx_store_msg_broadcast_message_sent'));
 }
 function actionBroadcast($iEntryId)
 {
     parent::_actionBroadcast($iEntryId, _t('_ml_clonetwo_page_title_broadcast'), _t('_ml_clonetwo_msg_broadcast_no_recipients'), _t('_ml_clonetwo_msg_broadcast_message_sent'));
 }