Пример #1
0
Файл: index.php Проект: h19e/fw
 public static function getInstance()
 {
     if (!isset(self::$parameter)) {
         self::$parameter = new Parameter();
     }
     return self::$parameter;
 }