Barryvdh\Debugbar\DataCollector\FilesCollector::__construct PHP Méthode

__construct() public méthode

public __construct ( Illuminate\Contracts\Foundation\Application $app = null )
$app Illuminate\Contracts\Foundation\Application
    public function __construct(Application $app = null)
    {
        $this->app = $app;
        $this->basePath = base_path();
    }