예제 #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;
 }