|
Yaf_Application クラスはじめにYaf_Application はアプリケーションのブートストラップ機能を提供します。 再利用可能なリソース、共有できるモジュールベースのブートストラップクラス、 そして依存関係のチェックなどです。
クラス概要Yaf_Application
final
class Yaf_Application
{
/* プロパティ */
protected
$config;
protected
$dispatcher;
protected
static
$_app;
protected
$_modules;
protected
$_running;
protected
$_environ;
/* メソッド */
public __construct(mixed
$config , string $envrion = ?)public static mixed app()
public void bootstrap(Yaf_Bootstrap_Abstract
$bootstrap = ?)public Yaf_Application clearLastError()
public void environ()
public void execute(callable
$entry , string ...$args )public Yaf_Application getAppDirectory()
public Yaf_Config_Abstract getConfig()
public Yaf_Dispatcher getDispatcher()
public string getLastErrorMsg()
public int getLastErrorNo()
public array getModules()
public void run()
public Yaf_Application setAppDirectory(string
$directory )public __destruct()
}プロパティ
|