Property | Type | Description | |
---|---|---|---|
$app | Illuminate\Contracts\Foundation\Application | ||
$basePath |
Method | Description | |
---|---|---|
__construct ( Illuminate\Contracts\Foundation\Application $app = null ) | ||
collect ( ) | {@inheritDoc} | |
getName ( ) | {@inheritDoc} | |
getWidgets ( ) | {@inheritDoc} |
Method | Description | |
---|---|---|
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 |
public __construct ( Illuminate\Contracts\Foundation\Application $app = null ) | ||
$app | Illuminate\Contracts\Foundation\Application |
protected getCompiledFiles ( ) : array | ||
return | array |
protected getIncludedFiles ( ) : array | ||
return | array |
protected stripBasePath ( $path ) : string | ||
$path | ||
return | string |
protected Application,Illuminate\Contracts\Foundation $app | ||
return | Illuminate\Contracts\Foundation\Application |