BearFramework\App\Routes::getResponse

Finds the matching callback and returns its result.
public mixed getResponse BearFramework\App\Request $request )
Parameters
request
The request object to match against.
Returns
The result of the matching callback. NULL if none.
Details
Location: ~/src/App/Routes.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.