HumHub Documentation (unofficial)

ThemeLoader implements BootstrapInterface

ThemeLoader is used during the application bootstrap process to load the actual theme specifed in the SettingsManager.

Tags
since
1.3

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

Tags
inheritdoc
Loading…
On this page

Search results