예제 #1
0
파일: xml.php 프로젝트: jinshana/kajonacms
 /**
  * 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;
 }