コード例 #1
0
 /**
  * Get unique instance for this object
  *
  * @return HB_Checkout
  */
 static function instance()
 {
     if (empty(self::$_instance)) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }
コード例 #2
0
ファイル: learnpress.php プロジェクト: taibeo1905/LearnPress
 function checkout()
 {
     return LP_Checkout::instance();
 }