PHP 클래스 rmrevin\yii\minify\View

상속: extends yii\web\View
파일 보기 프로젝트 열기: rmrevin/yii2-minify-view 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$base_path path alias to web base (absolute)
$compress_options options for compressing output result * extra - use more compact algorithm * no-comments - cut all the html comments
$compress_output do I need to compress the result html page.
$concatCss boolean
$concatJs boolean
$css_linebreak_pos integer
$enableMinify boolean
$excludeBundles array
$expand_imports whether to change @import on content
$fileCheckAlgorithm filemtime or sha1
$file_mode chmod of minified file. If false chmod not set
$force_charset charset forcibly assign, otherwise will use all of the files found charset
$js_position positions of js files to be minified
$minifyCss boolean
$minifyJs boolean
$minifyOutput boolean
$minify_path path alias to save minify result
$removeComments boolean
$schemas schemes that will be ignored during normalization url
$web_path path alias to web base (in url)

공개 메소드들

메소드 설명
endBody ( )
init ( )

메소드 상세

endBody() 공개 메소드

public endBody ( )

init() 공개 메소드

public init ( )

프로퍼티 상세

$base_path 공개적으로 프로퍼티

path alias to web base (absolute)
public $base_path

$compress_options 공개적으로 프로퍼티

options for compressing output result * extra - use more compact algorithm * no-comments - cut all the html comments
public $compress_options

$compress_output 공개적으로 프로퍼티

do I need to compress the result html page.
사용 중단:
public $compress_output

$concatCss 공개적으로 프로퍼티

public bool $concatCss
리턴 boolean

$concatJs 공개적으로 프로퍼티

public bool $concatJs
리턴 boolean

$css_linebreak_pos 공개적으로 프로퍼티

public int $css_linebreak_pos
리턴 integer

$enableMinify 공개적으로 프로퍼티

public bool $enableMinify
리턴 boolean

$excludeBundles 공개적으로 프로퍼티

public array $excludeBundles
리턴 array

$expand_imports 공개적으로 프로퍼티

whether to change @import on content
public $expand_imports

$fileCheckAlgorithm 공개적으로 프로퍼티

filemtime or sha1
public $fileCheckAlgorithm

$file_mode 공개적으로 프로퍼티

chmod of minified file. If false chmod not set
public $file_mode

$force_charset 공개적으로 프로퍼티

charset forcibly assign, otherwise will use all of the files found charset
public $force_charset

$js_position 공개적으로 프로퍼티

positions of js files to be minified
public $js_position

$minifyCss 공개적으로 프로퍼티

public bool $minifyCss
리턴 boolean

$minifyJs 공개적으로 프로퍼티

public bool $minifyJs
리턴 boolean

$minifyOutput 공개적으로 프로퍼티

public bool $minifyOutput
리턴 boolean

$minify_path 공개적으로 프로퍼티

path alias to save minify result
public $minify_path

$removeComments 공개적으로 프로퍼티

public bool $removeComments
리턴 boolean

$schemas 공개적으로 프로퍼티

schemes that will be ignored during normalization url
public $schemas

$web_path 공개적으로 프로퍼티

path alias to web base (in url)
public $web_path