Esempio n. 1
0
 /**
  * If set to true, the output will be sent without the mandatory xml-head-element
  *
  * @param bool $bitSuppressXmlHeader
  * @return void
  */
 public static function setBitSuppressXmlHeader($bitSuppressXmlHeader)
 {
     self::$bitRenderXmlHeader = !$bitSuppressXmlHeader;
 }