PHP Class rmrevin\yii\minify\components\MinifyComponent

Afficher le fichier Open project: rmrevin/yii2-minify-view

Protected Properties

Свойство Type Description
$view rmrevin\yii\minify\View

Méthodes publiques

Méthode Description
__construct ( View $view ) MinifyComponent constructor.
export ( )

Méthodes protégées

Méthode 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

Method Details

__construct() public méthode

MinifyComponent constructor.
public __construct ( View $view )
$view rmrevin\yii\minify\View

_getSummaryFilesHash() protected méthode

protected _getSummaryFilesHash ( array $files ) : string
$files array
Résultat string

cleanFileName() protected méthode

protected cleanFileName ( string $file ) : string
$file string
Résultat string

export() abstract public méthode

abstract public export ( )

getAbsoluteFilePath() protected méthode

protected getAbsoluteFilePath ( string $file ) : string
$file string
Résultat string

isContainsConditionalComment() protected méthode

protected isContainsConditionalComment ( string $string ) : boolean
$string string
Résultat boolean

isUrl() protected méthode

protected isUrl ( string $url, boolean $checkSlash = true ) : boolean
$url string
$checkSlash boolean
Résultat boolean

prepareResultFile() protected méthode

protected prepareResultFile ( string $resultFile ) : string
$resultFile string
Résultat string

thisFileNeedMinify() protected méthode

protected thisFileNeedMinify ( string $file, string $html ) : boolean
$file string
$html string
Résultat boolean

Property Details

$view protected_oe property

protected View,rmrevin\yii\minify $view
Résultat rmrevin\yii\minify\View