/** * manual process iMIP component and optionally set status * * @param Calendar_Model_iMIP $_iMIP * @param string $_status */ public function process($_iMIP, $_status = NULL) { // client spoofing protection $iMIP = Felamimail_Controller_Message::getInstance()->getiMIP($_iMIP->getId()); return $this->_process($_iMIP, $_status); }
/** * manual process iMIP component and optionally set status * * @param Calendar_Model_iMIP $_iMIP * @param string $_status */ public function process($_iMIP, $_status = NULL) { // client spoofing protection $iMIP = Tinebase_EmailUser_Factory::getInstance('Controller_Message')->getiMIP($_iMIP->getId()); return $this->_process($_iMIP, $_status); }