Property | Type | Description | |
---|---|---|---|
$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) |
Method | Description | |
---|---|---|
endBody ( ) | ||
init ( ) |
public $compress_options |
public $compress_output |
public $force_charset |