Example #1
0
 public static function getInstance()
 {
     if (!isset(self::$instance)) {
         shitbugs("<b>baseRegistry:</b> Creating new instance");
         self::$instance = new self();
     } else {
         shitbugs("<b>baseRegistry:</b> Returning existing instance");
     }
     return self::$instance;
 }