PHP 클래스 Pipe\Context

파일 보기 프로젝트 열기: chh/pipe

공개 프로퍼티들

프로퍼티 타입 설명
$dependencyAssets
$dependencyPaths
$environment
$path
$requiredPaths

공개 메소드들

메소드 설명
__construct ( Environment $environment )
contentType ( $path )
dataUri ( $path ) # Returns the Data URI as String.
dependOn ( $path ) # Returns the Context Instance.
evaluate ( $path, $options = [] )
requireAsset ( $path ) # Returns the Context Instance.
requireTree ( $path ) # Returns the Context Instance.
resolve ( $path )

보호된 메소드들

메소드 설명
createSubContext ( )
getExtension ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Environment $environment )
$environment Environment

contentType() 공개 메소드

public contentType ( $path )

createSubContext() 보호된 메소드

protected createSubContext ( )

dataUri() 공개 메소드

# Returns the Data URI as String.
public dataUri ( $path )

dependOn() 공개 메소드

# Returns the Context Instance.
public dependOn ( $path )

evaluate() 공개 메소드

public evaluate ( $path, $options = [] )

getExtension() 보호된 메소드

protected getExtension ( )

requireAsset() 공개 메소드

# Returns the Context Instance.
public requireAsset ( $path )

requireTree() 공개 메소드

# Returns the Context Instance.
public requireTree ( $path )

resolve() 공개 메소드

public resolve ( $path )

프로퍼티 상세

$dependencyAssets 공개적으로 프로퍼티

public $dependencyAssets

$dependencyPaths 공개적으로 프로퍼티

public $dependencyPaths

$environment 공개적으로 프로퍼티

public $environment

$path 공개적으로 프로퍼티

public $path

$requiredPaths 공개적으로 프로퍼티

public $requiredPaths