Barryvdh\Debugbar\DataCollector\IlluminateRouteCollector::displayRoutes PHP Метод

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

Display the route information on the console.
protected displayRoutes ( array $routes ) : void
$routes array
Результат void
    protected function displayRoutes(array $routes)
    {
        $this->table->setHeaders($this->headers)->setRows($routes);
        $this->table->render($this->getOutput());
    }