PHP 클래스 igaster\laravelTheme\themeViewFinder

상속: extends Illuminate\View\FileViewFinder
파일 보기 프로젝트 열기: igaster/laravel-theme

보호된 프로퍼티들

프로퍼티 타입 설명
$themeEngine Themes

공개 메소드들

메소드 설명
__construct ( Illuminate\Filesystem\Filesystem $files, array $paths, array $extensions = null, $themeEngine )
setPaths ( array $paths ) Set the array of active view paths.

보호된 메소드들

메소드 설명
findNamedPathView ( string $name ) : string Add support for vendor named path overrides.

메소드 상세

__construct() 공개 메소드

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

findNamedPathView() 보호된 메소드

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

setPaths() 공개 메소드

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

프로퍼티 상세

$themeEngine 보호되어 있는 프로퍼티

protected Themes,igaster\laravelTheme $themeEngine
리턴 Themes