コード例 #1
0
ファイル: CL_URI.php プロジェクト: stefda/pocketsail
 /**
  * @return CL_Uri
  */
 public static function get_instance()
 {
     if (self::$instance === null) {
         self::$instance = new CL_URI();
     }
     return self::$instance;
 }