The Yaf_Bootstrap_Abstract class

(Информация о версии неизвестна, возможно, только в SVN)

Введение

Bootstrap is a mechanism used to do some intial config before a Application run.

User may define their own Bootstrap class by inheriting Yaf_Bootstrap_Abstract

Any method declared in Bootstrap class with leading "_init", will be called by Yaf_Application::bootstrap() one by one according to their defined order.


Обзор классов


abstract Yaf_Bootstrap_Abstract {
/* Свойства */
/* Методы */
}



Смотрите также:
Описание на ru2.php.net
Описание на php.ru