Property | Type | Description | |
---|---|---|---|
$loadedProviders | array | The loaded service providers. | |
$paths | array | Same as $GLOBALS['themosis.paths']. |
Method | Description | |
---|---|---|
__construct ( ) | ||
register ( |
Register a service provider with the application. | |
registerAllPaths ( array $paths ) : |
Register into the application instance, all project paths registered. | |
registerApplication ( ) | Register the Application class into the container, so we can access it from the container itself. |
public registerAllPaths ( array $paths ) : |
||
$paths | array | The registered paths. |
return |
public registerApplication ( ) |
protected array $loadedProviders | ||
return | array |
protected array $paths | ||
return | array |