示例#1
0
文件: URI.php 项目: hayate/hayate
 public static function getInstance()
 {
     if (null === self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }