BxDolTwigModule::onEventChanged PHP Method

onEventChanged() public method

public onEventChanged ( $iEntryId, $sStatus )
    function onEventChanged($iEntryId, $sStatus)
    {
        $this->reparseTags($iEntryId);
        $this->reparseCategories($iEntryId);
        if (BxDolModule::getInstance('BxWmapModule')) {
            BxDolService::call('wmap', 'response_entry_change', array($this->_oConfig->getUri(), $iEntryId));
        }
        $oAlert = new BxDolAlerts($this->_sPrefix, 'change', $iEntryId, $this->_iProfileId, array('Status' => $sStatus));
        $oAlert->alert();
    }