ProductOptionsVpeTransitionBootstrapper
in package
implements
Bootstrapper
Class ProductOptionsVpeTransitionBootstrapper
Tags
Interfaces, Classes and Traits
- Bootstrapper
- Interface Bootstrapper
Table of Contents
- boot() : void
- Application bootstrapping.
- getRouteCollector() : RouteCollector
- Returns the route collector from the DI-Container.
Methods
boot()
Application bootstrapping.
public
boot(Application $application) : void
Parameters
- $application : Application
Tags
Return values
void —getRouteCollector()
Returns the route collector from the DI-Container.
private
getRouteCollector(Application $application) : RouteCollector
Parameters
- $application : Application