Пример #1
0
 function getBlockCode_Fans()
 {
     return parent::_blockFans($this->_oDb->getParam('bx_groups_perpage_view_fans'), 'isAllowedViewFans', 'getFans');
 }
Пример #2
0
 function getBlockCode_Participants()
 {
     return parent::_blockFans($this->_oDb->getParam('bx_events_perpage_participants'), 'isAllowedViewParticipants', 'getFans');
 }