Documentation

InterceptorService extends BaseService
in package

The Interceptor Service allows you to extend and add interceptors at runtime, when normally they wouldn't be able to be modified.

Table of Contents

$_stack  : mixed
getInterceptors()  : mixed
interceptorForRoute()  : mixed
Link a route to an interceptor

Properties

Methods

interceptorForRoute()

Link a route to an interceptor

public interceptorForRoute(mixed $interceptor, mixed $route) : mixed
Parameters
$interceptor : mixed
$route : mixed
Return values
mixed

Search results