__construct() __construct(mixed $css, array $opts = array()) Constructor. Parameters mixed $css Either a string (the CSS text to compress) or an array of URLs (keys) to filenames (values) containing the CSS data to compress. array $opts Additional options. See setOptions().
setOptions() setOptions(array $opts = array()) Set minification options. Parameters array $opts Options: - logger: (Horde_Log_Logger) Log object to use for log messages.
minify() minify() : string Return the minified CSS. Throws \Horde_CssMinify_Exception Returns string — Minified CSS.