예제 #1
0
파일: Json.php 프로젝트: raweden/Collab.php
	public static function overrideMimeType($mimetype){
		if(!is_string($mimetype)){
			throw new Exception("expected string");
		}
		self::$mimetype = $mimetype;
	}