コード例 #1
0
 /**
  * Get an instance of this class.
  *
  * @return GFEmma
  */
 public static function get_instance()
 {
     if (self::$_instance == null) {
         self::$_instance = new GFEmma();
     }
     return self::$_instance;
 }
コード例 #2
0
ファイル: emma.php プロジェクト: wp-premium/gravityformsemma
function gf_emma()
{
    return GFEmma::get_instance();
}