ThemeLoader
in package
implements
BootstrapInterface
ThemeLoader is used during the application bootstrap process to load the actual theme specifed in the SettingsManager.
Tags
Table of Contents
Interfaces
- BootstrapInterface
- BootstrapInterface is the interface that should be implemented by classes who want to participate in the application bootstrap process.
Methods
- bootstrap() : mixed
- Bootstrap method to be called during application bootstrap stage.
Methods
bootstrap()
Bootstrap method to be called during application bootstrap stage.
public
bootstrap(mixed $app) : mixed
Parameters
- $app : mixed
-
the application currently running