PHP 클래스 Jarves\AssetHandler\AbstractHandler

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

보호된 프로퍼티들

프로퍼티 타입 설명
$jarves Jarves\Jarves

공개 메소드들

메소드 설명
__construct ( Jarves $jarves )
getJarves ( ) : Jarves
setJarves ( Jarves $jarves )

보호된 메소드들

메소드 설명
getAssetPath ( string $path ) : string Returns local full file path.
getPublicAssetPath ( string $path ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( Jarves $jarves )
$jarves Jarves\Jarves

getAssetPath() 보호된 메소드

Returns local full file path.
protected getAssetPath ( string $path ) : string
$path string
리턴 string

getJarves() 공개 메소드

public getJarves ( ) : Jarves
리턴 Jarves\Jarves

getPublicAssetPath() 보호된 메소드

protected getPublicAssetPath ( string $path ) : string
$path string
리턴 string

setJarves() 공개 메소드

public setJarves ( Jarves $jarves )
$jarves Jarves\Jarves

프로퍼티 상세

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

protected Jarves,Jarves $jarves
리턴 Jarves\Jarves