PHP Класс Barryvdh\Debugbar\DataCollector\FilesCollector

Наследование: extends DebugBar\DataCollector\DataCollector, implements DebugBar\DataCollector\Renderable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$app Illuminate\Contracts\Foundation\Application
$basePath

Открытые методы

Метод Описание
__construct ( Illuminate\Contracts\Foundation\Application $app = null )
collect ( ) {@inheritDoc}
getName ( ) {@inheritDoc}
getWidgets ( ) {@inheritDoc}

Защищенные методы

Метод Описание
getCompiledFiles ( ) : array Get the files that are going to be compiled, so they aren't as important.
getIncludedFiles ( ) : array Get the files included on load.
stripBasePath ( $path ) : string Remove the basePath from the paths, so they are relative to the base

Описание методов

__construct() публичный Метод

public __construct ( Illuminate\Contracts\Foundation\Application $app = null )
$app Illuminate\Contracts\Foundation\Application

collect() публичный Метод

{@inheritDoc}
public collect ( )

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

Get the files that are going to be compiled, so they aren't as important.
protected getCompiledFiles ( ) : array
Результат array

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

Get the files included on load.
protected getIncludedFiles ( ) : array
Результат array

getName() публичный Метод

{@inheritDoc}
public getName ( )

getWidgets() публичный Метод

{@inheritDoc}
public getWidgets ( )

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

Remove the basePath from the paths, so they are relative to the base
protected stripBasePath ( $path ) : string
$path
Результат string

Описание свойств

$app защищенное свойство

protected Application,Illuminate\Contracts\Foundation $app
Результат Illuminate\Contracts\Foundation\Application

$basePath защищенное свойство

protected $basePath