Name | Description |
---|---|
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. |