PHP 8.5.0 RC 2 available for testing

The Yaf_Application class

(Yaf >=1.0.0)

Introduction

Yaf_Application provides a bootstrapping facility for applications which provides reusable resources, common- and module-based bootstrap classes and dependency checking.

Note:

Yaf_Application implements the singleton pattern, and Yaf_Application can not be serialized or unserialized which will cause problem when you try to use PHPUnit to write some test case for Yaf.

You may use @backupGlobals annotation of PHPUnit to control the backup and restore operations for global variables. thus can solve this problem.

Class synopsis

final class Yaf_Application {
/* Properties */
protected $config ;
protected $dispatcher ;
protected static $_app ;
protected $_modules ;
protected $_running ;
protected $_environ ;
/* Methods */
public __construct (mixed $config, string $envrion = ?)
public static app (): mixed
public bootstrap (Yaf_Bootstrap_Abstract $bootstrap = ?): void
public environ (): void
public execute (callable $entry, string ...$args): void
public getLastErrorNo (): int
public getModules (): array
public run (): void
public setAppDirectory (string $directory): Yaf_Application
public __destruct ()
}

Properties

config

dispatcher

_app

_modules

_running

_environ

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /