Yaf_Dispatcher> <Yaf_Application::__wakeup
Last updated: Fri, 24 Feb 2012

The Yaf_Bootstrap_Abstract class

(No version information available, might only be in SVN)

Introdução

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.

Sinopse da classe

abstract Yaf_Bootstrap_Abstract {
/* Propriedades */
/* Métodos */
}


User Contributed Notes
Yaf_Bootstrap_Abstract
There are no user contributed notes for this page.

Yaf_Dispatcher> <Yaf_Application::__wakeup
Last updated: Fri, 24 Feb 2012