示例#1
0
文件: out_class.php 项目: Jaymon/out
 /**
  *  set the output type for the class, currently this is private but in the future
  *  more formats might be supported (eg, xml,json) which would make this function
  *  more important, right now though {@link isHtml()} is enough for the class
  */
 private static function setType($type)
 {
     self::$OUT_DEFAULT = $type;
 }