Beispiel #1
0
 /**
  * @static
  * @return SJB_Profiler
  */
 public static function getInstance()
 {
     if (self::$instance === null || self::$instance->isProfilerEnable() === null) {
         self::$instance = new self();
     }
     return self::$instance;
 }