PHP 클래스 hedronium\Jables\Loader

파일 보기 프로젝트 열기: hedronium/jables 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$app
$extensions
$fs
$names
$parsed
$paths

공개 메소드들

메소드 설명
__construct ( $app, Illuminate\Filesystem\Filesystem $fs )
exists ( $name )
get ( $name )
index ( $dir = 'jables' )
names ( )
parse ( )
path ( $name )
paths ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $app, Illuminate\Filesystem\Filesystem $fs )
$fs Illuminate\Filesystem\Filesystem

exists() 공개 메소드

public exists ( $name )

get() 공개 메소드

public get ( $name )

index() 공개 메소드

public index ( $dir = 'jables' )

names() 공개 메소드

public names ( )

parse() 공개 메소드

public parse ( )

path() 공개 메소드

public path ( $name )

paths() 공개 메소드

public paths ( )

프로퍼티 상세

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

protected $app

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

protected $extensions

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

protected $fs

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

protected $names

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

protected $parsed

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

protected $paths