Property | Type | Description | |
---|---|---|---|
$view |
Method | Description | |
---|---|---|
__construct ( |
MinifyComponent constructor. | |
export ( ) |
Method | Description | |
---|---|---|
_getSummaryFilesHash ( array $files ) : string | ||
cleanFileName ( string $file ) : string | ||
getAbsoluteFilePath ( string $file ) : string | ||
isContainsConditionalComment ( string $string ) : boolean | ||
isUrl ( string $url, boolean $checkSlash = true ) : boolean | ||
prepareResultFile ( string $resultFile ) : string | ||
thisFileNeedMinify ( string $file, string $html ) : boolean |
public __construct ( |
||
$view |
protected _getSummaryFilesHash ( array $files ) : string | ||
$files | array | |
return | string |
protected cleanFileName ( string $file ) : string | ||
$file | string | |
return | string |
protected getAbsoluteFilePath ( string $file ) : string | ||
$file | string | |
return | string |
protected isContainsConditionalComment ( string $string ) : boolean | ||
$string | string | |
return | boolean |
protected prepareResultFile ( string $resultFile ) : string | ||
$resultFile | string | |
return | string |