Barryvdh\Debugbar\DataCollector\IlluminateRouteCollector::collect PHP 메소드

collect() 공개 메소드

{@inheritDoc}
public collect ( )
    public function collect()
    {
        $route = $this->router->current();
        return $this->getRouteInformation($route);
    }