_serviceGetSubscriptionParams() public méthode

public _serviceGetSubscriptionParams ( $sAction, $iEntryId, $aAction2Name )
 function serviceGetSubscriptionParams($sAction, $iEntryId)
 {
     $a = array('change' => _t('_bx_store_sbs_change'), 'commentPost' => _t('_bx_store_sbs_comment'), 'rate' => _t('_bx_store_sbs_rate'));
     return parent::_serviceGetSubscriptionParams($sAction, $iEntryId, $a);
 }