BxDolTwigModule::onEventJoin PHP Method

onEventJoin() public method

public onEventJoin ( $iEntryId, $iProfileId, $aDataEntry )
    function onEventJoin($iEntryId, $iProfileId, $aDataEntry)
    {
        // we do not need to send any notofication mail here because it will be part of standard subscription process
        $oAlert = new BxDolAlerts($this->_sPrefix, 'join', $iEntryId, $iProfileId);
        $oAlert->alert();
    }