コード例 #1
0
ファイル: lib.php プロジェクト: narasimhaeabyas/tataaiapro
 public static function getInstance() {
     if (!self::$_singleton) {
         self::$_singleton = new assign_smanager();
     }
     return self::$_singleton;
 }