update : 2015.11.03
php.shukuma.com검색:
|
The Yaf_Bootstrap_Abstract class(No version information available, might only be in Git) 소개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. 예제Example #1 Bootstrap example
<?php 위 예제의 출력 예시: string(22) "Bootstrap::_initConfig" string(22) "Bootstrap::_initPlugin" 클래스 개요
abstract
Yaf_Bootstrap_Abstract
{
/* 프로퍼티 */
/* 메소드 */
} |