LanguageSelector
in package
implements
BootstrapInterface
LanguageSelector automatically sets the language of the i18n component
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