Пример #1
0
 public static function fetch()
 {
     if (!isset(self::$instance)) {
         $c = PERCH_RUNWAY ? 'PerchContent_Runway' : __CLASS__;
         self::$instance = new $c();
     }
     return self::$instance;
 }