public function DispatchableInterface::dispatch in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/DispatchableInterface.php \Zend\Stdlib\DispatchableInterface::dispatch()
Dispatch a request
Parameters
RequestInterface $request:
null|ResponseInterface $response:
Return value
Response|mixed
File
- vendor/
zendframework/ zend-stdlib/ src/ DispatchableInterface.php, line 21
Class
Namespace
Zend\StdlibCode
public function dispatch(RequestInterface $request, ResponseInterface $response = null);