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());
    }