コード例 #1
0
ファイル: websms.class.php プロジェクト: jhalendra/classmandu
 public static function newInstance()
 {
     if (!self::$instance instanceof self) {
         self::$instance = new self();
     }
     return self::$instance;
 }