コード例 #1
0
ファイル: SugarSNIP.php プロジェクト: jglaine/sugar761-ent
 /**
  * Get instance of the SNIP client
  * @return SugarSNIP SNIP client instance
  */
 public static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }