_serviceGetWallPost() public method

public _serviceGetWallPost ( $aEvent, &$aParams )
Esempio n. 1
0
 function serviceGetWallPost($aEvent)
 {
     return parent::_serviceGetWallPost($aEvent, _t('_bx_groups_wall_object'), _t('_bx_groups_wall_added_new'));
 }
Esempio n. 2
0
 function serviceGetWallPost($aEvent)
 {
     $aParams = array('icon' => 'shopping-cart', 'txt_object' => '_bx_store_wall_object', 'txt_added_new_single' => '_bx_store_wall_added_new', 'txt_added_new_title_single' => '_bx_store_wall_added_new_title', 'txt_added_new_plural' => '_bx_store_wall_added_new_items', 'txt_added_new_title_plural' => '_bx_store_wall_added_new_title_items', 'txt_privacy_view_event' => 'view_product', 'obj_privacy' => $this->_oPrivacyProduct);
     return parent::_serviceGetWallPost($aEvent, $aParams);
 }
Esempio n. 3
0
 function serviceGetWallPost($aEvent)
 {
     $aParams = array('txt_object' => '_bx_groups_wall_object', 'txt_added_new_single' => '_bx_groups_wall_added_new', 'txt_added_new_plural' => '_bx_groups_wall_added_new_items', 'txt_privacy_view_event' => 'view_group', 'obj_privacy' => $this->_oPrivacy);
     return parent::_serviceGetWallPost($aEvent, $aParams);
 }