Barryvdh\Debugbar\DataCollector\IlluminateRouteCollector::displayRoutes PHP Méthode

displayRoutes() protected méthode

Display the route information on the console.
protected displayRoutes ( array $routes ) : void
$routes array
Résultat void
    protected function displayRoutes(array $routes)
    {
        $this->table->setHeaders($this->headers)->setRows($routes);
        $this->table->render($this->getOutput());
    }