BxDolTwigModule::_onEventAdminBecomeFan PHP Method

_onEventAdminBecomeFan() public method

public _onEventAdminBecomeFan ( $iEntryId, $iProfileId, $aDataEntry, $sEmailTemplate )
    function _onEventAdminBecomeFan($iEntryId, $iProfileId, $aDataEntry, $sEmailTemplate)
    {
        $this->_notifyEmail($sEmailTemplate, $iProfileId, $aDataEntry);
        $oAlert = new BxDolAlerts($this->_sPrefix, 'admin_become_fan', $iEntryId, $iProfileId);
        $oAlert->alert();
    }

Usage Example

コード例 #1
0
 function onEventAdminBecomeFan($iEntryId, $iProfileId, $aDataEntry)
 {
     parent::_onEventAdminBecomeFan($iEntryId, $iProfileId, $aDataEntry, 'bx_groups_admin_become_fan');
 }
All Usage Examples Of BxDolTwigModule::_onEventAdminBecomeFan