Ejemplo n.º 1
0
 /**
  * Sets a raw value coming from a mimedir (iCalendar/vCard) file.
  *
  * This has been 'unfolded', so only 1 line will be passed. Unescaping is
  * not yet done, but parameters are not included.
  *
  * @param string $val
  * @return void
  */
 public function setRawMimeDirValue($val)
 {
     $this->setValue(MimeDir::unescapeValue($val, $this->delimiter));
 }