Core/src/FuzeWorks
Abel Hoogeveen 6f2e941eb1
Changed Configurator boot process.
- Components are now initialized before deferredComponentClasses are called. This ensures that components are properly prepared to be called.
- Directories are now added to components before components are initialized.

The following order has thus been established:
3.1 Load Components
3.1.1 setInstance of component
3.1.2 run onCreateContainer()
3.2 Add directories by category
3.3 each component init()
3.4 deferComponentClass invoke

See document on FuzeWorks boot order.
2020-02-20 12:43:40 +01:00
..
ConfigORM Implemented @covers in all unit tests. Code coverage now shows better what is actually covered and what is not. 2019-01-21 20:34:45 +01:00
Event Implemented all changes as proposed by the inspection report. 2019-01-21 20:44:53 +01:00
Exception Implemented all changes as proposed by the inspection report. 2019-01-21 20:44:53 +01:00
ComponentPathsTrait.php Implemented Priority for componentPaths. 2019-01-21 17:19:09 +01:00
Config.php Implemented Priority for componentPaths. 2019-01-21 17:19:09 +01:00
Configurator.php Changed Configurator boot process. 2020-02-20 12:43:40 +01:00
Core.php Implemented last change before release 1.2.0 2019-08-21 17:50:06 +02:00
DeferredComponentClass.php Initializing the container is no longer required. Use call method to call componentClasses after creating the container. 2019-01-17 13:54:37 +01:00
Event.php Updated copyright notice to 2019 2019-01-10 23:59:00 +01:00
Events.php Changed EventPriority to Priority. 2019-01-18 11:08:56 +01:00
Factory.php Changed Configurator boot process. 2020-02-20 12:43:40 +01:00
Helpers.php Implemented Priority for componentPaths. 2019-01-21 17:19:09 +01:00
Libraries.php Allow library objects to be added by reference to the autoloaded library class. 2020-01-28 11:31:13 +01:00
Logger.php Changed Configurator boot process. 2020-02-20 12:43:40 +01:00
Plugins.php Implemented changes for 1.2.0-RC5 2019-09-17 23:54:14 +02:00
Priority.php Changed EventPriority to Priority. 2019-01-18 11:08:56 +01:00
iComponent.php Implemented changes for 1.2.0-RC5 2019-09-17 23:54:14 +02:00
iLibrary.php Imlemented the autoloader into libraries. 2019-07-27 17:22:12 +02:00
iPluginHeader.php Implemented three requested features. 2019-07-22 19:48:13 +02:00