コード例 #1
0
ファイル: openGraph.php プロジェクト: q0821/esportshop
 public static function getInstance()
 {
     if (!isset(self::$libraryInstance)) {
         self::$libraryInstance = new OpenGraphLibrary();
     }
     return self::$libraryInstance;
 }