PHP 클래스 Barryvdh\Debugbar\DataCollector\FilesCollector

상속: extends DebugBar\DataCollector\DataCollector, implements DebugBar\DataCollector\Renderable
파일 보기 프로젝트 열기: barryvdh/laravel-debugbar

보호된 프로퍼티들

프로퍼티 타입 설명
$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