Exemplo n.º 1
0
 /**
  * Return the short message for the response.
  *
  * @param boolean $is_update Indicates if the request was an update.
  *
  * @return string The short message.
  */
 public function getShortMessage($is_update = false)
 {
     return $is_update ? Horde_Itip_Translation::t("has accepted the update to the following event") : Horde_Itip_Translation::t("has accepted the invitation to the following event");
 }
Exemplo n.º 2
0
 /**
  * Return the summary for the event.
  *
  * @return string The summary.
  */
 public function getSummary()
 {
     return $this->_vevent->getAttributeDefault('SUMMARY', Horde_Itip_Translation::t("No summary available"));
 }