PHP 클래스 Efficiently\Larasset\Manifest

파일 보기 프로젝트 열기: efficiently/larasset

공개 프로퍼티들

프로퍼티 타입 설명
$dir
$path

보호된 프로퍼티들

프로퍼티 타입 설명
$data

공개 메소드들

메소드 설명
__construct ( $args = null )
getAssets ( )
getFiles ( )

보호된 메소드들

메소드 설명
normalizePath ( string $path ) : string Windows platform support: Convert backslash to slash

메소드 상세

__construct() 공개 메소드

public __construct ( $args = null )

getAssets() 공개 메소드

public getAssets ( )

getFiles() 공개 메소드

public getFiles ( )

normalizePath() 보호된 메소드

Windows platform support: Convert backslash to slash
protected normalizePath ( string $path ) : string
$path string
리턴 string

프로퍼티 상세

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

protected $data

$dir 공개적으로 프로퍼티

public $dir

$path 공개적으로 프로퍼티

public $path