PHP 클래스 Flarum\Asset\JsCompiler

상속: extends RevisionCompiler
파일 보기 프로젝트 열기: flarum/core

보호된 프로퍼티들

프로퍼티 타입 설명
$cache Illuminate\Cache\Repository

공개 메소드들

메소드 설명
__construct ( string $path, string $filename, boolean $watch = false, Illuminate\Cache\Repository $cache = null )

보호된 메소드들

메소드 설명
format ( $string )
getCacheDifferentiator ( )
minify ( string $source ) : string
minifyWithClosureCompilerService ( string $source ) : string
minifyWithFallback ( string $source ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $path, string $filename, boolean $watch = false, Illuminate\Cache\Repository $cache = null )
$path string
$filename string
$watch boolean
$cache Illuminate\Cache\Repository

format() 보호된 메소드

protected format ( $string )

getCacheDifferentiator() 보호된 메소드

protected getCacheDifferentiator ( )

minify() 보호된 메소드

protected minify ( string $source ) : string
$source string
리턴 string

minifyWithClosureCompilerService() 보호된 메소드

protected minifyWithClosureCompilerService ( string $source ) : string
$source string
리턴 string

minifyWithFallback() 보호된 메소드

protected minifyWithFallback ( string $source ) : string
$source string
리턴 string

프로퍼티 상세

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

protected Repository,Illuminate\Cache $cache
리턴 Illuminate\Cache\Repository