PHP flight\core 네임스페이스

클래스들

이름 설명
Dispatcher The Dispatcher class is responsible for dispatching events. Events are simply aliases for class methods or functions. The Dispatcher allows you to hook other functions to an event that can modify the input parameters and/or the output.
Loader The Loader class is responsible for loading objects. It maintains a list of reusable class instances and can generate a new class instances with custom initialization parameters. It also performs class autoloading.