PHP Class igaster\laravelTheme\themeViewFinder

Inheritance: extends Illuminate\View\FileViewFinder
Afficher le fichier Open project: igaster/laravel-theme

Protected Properties

Свойство Type Description
$themeEngine Themes

Méthodes publiques

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

Méthodes protégées

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

Method Details

__construct() public méthode

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

findNamedPathView() protected méthode

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

setPaths() public méthode

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

Property Details

$themeEngine protected_oe property

protected Themes,igaster\laravelTheme $themeEngine
Résultat Themes