abstract class Bootstrap_Abstract (View source)

Bootstrap is a mechanism used to do some initial 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