コード例 #1
0
ファイル: JResponse.class.php プロジェクト: rubens21/gorpo
 public static function start()
 {
     if (isset(self::$instance)) {
         throw new MyException('Já hávia uma instância do JResponse');
     }
     self::$instance = new self();
     return self::$instance;
 }