PHP Class igaster\laravelTheme\themeViewFinder

Inheritance: extends Illuminate\View\FileViewFinder
Datei anzeigen Open project: igaster/laravel-theme

Protected Properties

Property Type Description
$themeEngine Themes

Public Methods

Method Description
__construct ( Illuminate\Filesystem\Filesystem $files, array $paths, array $extensions = null, $themeEngine )
setPaths ( array $paths ) Set the array of active view paths.

Protected Methods

Method Description
findNamedPathView ( string $name ) : string Add support for vendor named path overrides.

Method Details

__construct() public method

public __construct ( Illuminate\Filesystem\Filesystem $files, array $paths, array $extensions = null, $themeEngine )
$files Illuminate\Filesystem\Filesystem
$paths array
$extensions array

findNamedPathView() protected method

Add support for vendor named path overrides.
protected findNamedPathView ( string $name ) : string
$name string
return string

setPaths() public method

Set the array of active view paths.
public setPaths ( array $paths )
$paths array

Property Details

$themeEngine protected_oe property

protected Themes,igaster\laravelTheme $themeEngine
return Themes