Esempio n. 1
0
 /**
  * Получаем инстанс
  * @static
  * @return Boot_Layout
  */
 public static function getInstance()
 {
     if (!self::$_instance instanceof Boot_Layout) {
         self::$_instance = new Boot_Layout();
     }
     return self::$_instance;
 }