PHP Class Horde_CssMinify_CssParser, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_CssMinify
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Méthode Description
minify ( )
setOptions ( array $opts = [] )

Méthodes protégées

Méthode Description
_minify ( $data )

Method Details

_minify() protected méthode

protected _minify ( $data )

minify() public méthode

public minify ( )

setOptions() public méthode

public setOptions ( array $opts = [] )
$opts array Driver specific options:
  - dataurl: (callback) A callback function to convert a URI to a
             data URL. Takes one argument (URI) and returns the data
             URI to be used in the file.
  - import: (callback) A callback function to convert a URI to a
            pathname. Takes one argument (URI) and expects an array
            back with two elements (URI, filename).