示例#1
0
文件: Credits.php 项目: TMBR/johnjohn
 /**
  * @return self
  */
 public static function instance()
 {
     if (empty(self::$instance)) {
         self::$instance = new self();
     }
     return self::$instance;
 }