PHP Class Horde_CssMinify_CssParser, horde

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

Public Methods

Method Description
minify ( )
setOptions ( array $opts = [] )

Protected Methods

Method Description
_minify ( $data )

Method Details

_minify() protected method

protected _minify ( $data )

minify() public method

public minify ( )

setOptions() public method

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).