예제 #1
0
파일: AO.php 프로젝트: ronseigel/agent-ohm
 public static function setIsDownloader($flag = true)
 {
     self::$_isDownloader = $flag;
 }