PHP Trait Bolt\Request\ProfilerAwareTrait

Author: Gawain Lynch ([email protected])
Show file Open project: bolt/bolt

Protected Methods

Method Description
isProfilerRequest ( Request $request ) : boolean Check to see if the request has matched one of the profiler's routes.

Method Details

isProfilerRequest() protected method

Check to see if the request has matched one of the profiler's routes.
protected isProfilerRequest ( Request $request ) : boolean
$request Symfony\Component\HttpFoundation\Request
return boolean