PHP Class Tollwerk\Squeezr\Css\Minifier\Minify

Since: 1.0b
Author: Joschi Kuphal ([email protected])
Inheritance: implements Tollwerk\Squeezr\Css\Minifier
Afficher le fichier Open project: jkphl/squeezr

Méthodes publiques

Méthode Description
__construct ( ) Constructor
minify ( string $css, array $options = [] ) : string Minify a CSS text

Method Details

__construct() public méthode

Constructor
public __construct ( )

minify() public méthode

Minify a CSS text
public minify ( string $css, array $options = [] ) : string
$css string CSS text
$options array Optional options
Résultat string Minified CSS text