Example #1
0
 public static function getInstance()
 {
     if (!isset(self::$libraryInstance)) {
         self::$libraryInstance = new OpenGraphLibrary();
     }
     return self::$libraryInstance;
 }