Asvae\ApiTester\Entities\RouteInfo::getRouteReflection PHP Method

getRouteReflection() protected method

protected getRouteReflection ( )
    protected function getRouteReflection()
    {
        if ($this->routeReflection) {
            return $this->routeReflection;
        }
        return $this->routeReflection = new \ReflectionClass($this->route);
    }