$currentInstance
$currentInstance : \FW\Structures\App
Current application instance
Abstract main class that all FW-kit apps extend
$currentInstance : \FW\Structures\App
Current application instance
$container : \FW\Utils\Container
App dependency container
$config : \FW\Config\BaseConfig
Config Module
__construct(\FW\Utils\Container $container)
Constructs the app with the given container
\FW\Utils\Container | $container |
loadAsDependent(\FW\Utils\Container $parentContainer)
If the application is loaded as a dependent app, this method will be called with the parent container instance.
\FW\Utils\Container | $parentContainer |
getInstance() : \FW\Structures\App
Get the current application instance
the current instance