コード例 #1
0
 public static function getInstance()
 {
     if (self::$instance == null) {
         self::$instance = new EvalMath();
     }
     return self::$instance;
 }