Asvae\ApiTester\Entities\RouteInfo::getRouteReflection PHP Метод

getRouteReflection() защищенный Метод

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