| 
    Bristol SU Support Package
    
   | 
 
Public Member Functions | |
| __construct (Container $app) | |
| handle (Request $request, Closure $next) | |
Private Attributes | |
| $app | |
Inject the module instance into the container
Definition at line 15 of file InjectModuleInstance.php.
| BristolSU\Support\ModuleInstance\Middleware\InjectModuleInstance::__construct | ( | Container | $app | ) | 
| Container | $app | Container to inject the module instance into | 
Definition at line 28 of file InjectModuleInstance.php.
References BristolSU\Support\ModuleInstance\Middleware\InjectModuleInstance\$app.
| BristolSU\Support\ModuleInstance\Middleware\InjectModuleInstance::handle | ( | Request | $request, | 
| Closure | $next | ||
| ) | 
Inject the module instance into the container
| Request | $request | Request object | 
| Closure | $next | Next middleware callback | 
Definition at line 41 of file InjectModuleInstance.php.
      
  | 
  private | 
Definition at line 23 of file InjectModuleInstance.php.
Referenced by BristolSU\Support\ModuleInstance\Middleware\InjectModuleInstance\__construct().
 1.8.13