A factory for creating dispatchers with all the desired middleware connected.
arrayAdd a new middleware object to the stack of middleware that will be executed.
_createFilter( string $name , array $options )
Create an instance of a filter.
$name $options Cake\Routing\DispatcherFilterCake\Routing\Exception\MissingDispatcherFilterExceptionadd( string|Cake\Routing\DispatcherFilter $filter , array $options [] )
Add a new middleware object to the stack of middleware that will be executed.
Instances of filters will be re-used across all sub-requests in a request.
Cake\Routing\DispatcherFilter $filter Either the classname of the filter or an instance to use.
$options optional [] Constructor arguments/options for the filter if you are using a string name. If you are passing an instance, this argument will be ignored.
Cake\Routing\DispatcherFiltercreate( )
Create a dispatcher that has all the configured middleware applied.
Cake\Routing\Dispatcher
© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/3.2/class-Cake.Routing.DispatcherFactory.html