コード例 #1
0
ファイル: L5.php プロジェクト: renwuxun/core
 public static function getInstance()
 {
     if (null === self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }