PHP Class rmrevin\yii\minify\components\CSS

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

Méthodes publiques

Méthode Description
export ( )

Méthodes protégées

Méthode Description
_collect ( string &$code, string $pattern, callable $handler ) : string
_getImportContent ( string $url ) : null | string
collectCharsets ( string &$code ) : string
collectFonts ( string &$code ) : string
collectImports ( string &$code ) : string
expandImports ( string &$code )
process ( array $files )
removeCssComments ( string &$code )

Method Details

_collect() protected méthode

protected _collect ( string &$code, string $pattern, callable $handler ) : string
$code string
$pattern string
$handler callable
Résultat string

_getImportContent() protected méthode

protected _getImportContent ( string $url ) : null | string
$url string
Résultat null | string

collectCharsets() protected méthode

protected collectCharsets ( string &$code ) : string
$code string
Résultat string

collectFonts() protected méthode

protected collectFonts ( string &$code ) : string
$code string
Résultat string

collectImports() protected méthode

protected collectImports ( string &$code ) : string
$code string
Résultat string

expandImports() protected méthode

protected expandImports ( string &$code )
$code string

export() public méthode

public export ( )

process() protected méthode

protected process ( array $files )
$files array

removeCssComments() protected méthode

protected removeCssComments ( string &$code )
$code string