PHP 클래스 Pipe\Asset

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

공개 프로퍼티들

프로퍼티 타입 설명
$dependencies
$digest
$logicalPath
$path

보호된 프로퍼티들

프로퍼티 타입 설명
$body
$contentType
$environment
$extensions

공개 메소드들

메소드 설명
__construct ( Environment $environment, $path, $logicalPath = null ) # logicalPath - The path relative to the environment.
__toString ( )
getBasename ( $includeExtensions = true ) # Returns the basename as String.
getBody ( )
getContentType ( ) # Returns a MIME type as String, for example "text/javascript".
getDigest ( )
getDigestName ( )
getDirname ( )
getFormatExtension ( ) # Returns a String.
getLastModified ( )
getLogicalPath ( ) # Returns a String.
getTargetName ( $includeHash = true ) # Returns the file name as String.
setBody ( $body )
setContentType ( $contentType )
write ( $options = [] ) # Returns Nothing.

보호된 메소드들

메소드 설명
getEngineContentType ( )
getEngineExtensions ( )
getEngines ( )
getExtensions ( ) # Returns an Array of normalized extensions.

메소드 상세

__construct() 공개 메소드

# logicalPath - The path relative to the environment.
public __construct ( Environment $environment, $path, $logicalPath = null )
$environment Environment

__toString() 공개 메소드

public __toString ( )

getBasename() 공개 메소드

# Returns the basename as String.
public getBasename ( $includeExtensions = true )

getBody() 공개 메소드

public getBody ( )

getContentType() 공개 메소드

# Returns a MIME type as String, for example "text/javascript".
public getContentType ( )

getDigest() 공개 메소드

public getDigest ( )

getDigestName() 공개 메소드

public getDigestName ( )

getDirname() 공개 메소드

public getDirname ( )

getEngineContentType() 보호된 메소드

protected getEngineContentType ( )

getEngineExtensions() 보호된 메소드

protected getEngineExtensions ( )

getEngines() 보호된 메소드

protected getEngines ( )

getExtensions() 보호된 메소드

# Returns an Array of normalized extensions.
protected getExtensions ( )

getFormatExtension() 공개 메소드

# Returns a String.
public getFormatExtension ( )

getLastModified() 공개 메소드

public getLastModified ( )

getLogicalPath() 공개 메소드

# Returns a String.
public getLogicalPath ( )

getTargetName() 공개 메소드

# Returns the file name as String.
public getTargetName ( $includeHash = true )

setBody() 공개 메소드

public setBody ( $body )

setContentType() 공개 메소드

public setContentType ( $contentType )

write() 공개 메소드

# Returns Nothing.
public write ( $options = [] )

프로퍼티 상세

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

protected $body

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

protected $contentType

$dependencies 공개적으로 프로퍼티

public $dependencies

$digest 공개적으로 프로퍼티

public $digest

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

protected $environment

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

protected $extensions

$logicalPath 공개적으로 프로퍼티

public $logicalPath

$path 공개적으로 프로퍼티

public $path