コード例 #1
0
ファイル: AO.php プロジェクト: ronseigel/agent-ohm
 public static function setIsDownloader($flag = true)
 {
     self::$_isDownloader = $flag;
 }