示例#1
0
 /**
  * Setter for the event description. This value needs to be escaped.
  *
  * \param $str
  *   The description to set
  */
 function set_description($str)
 {
     $this->_set('description', iCalendar::escape_string($str));
 }