예제 #1
0
파일: test.php 프로젝트: seanhess/redbean
 public static function instance()
 {
     if (!self::$me) {
         self::$me = new SmartTest();
     }
     return self::$me;
 }