Class lajax\assetminifier\minifiers\WebCssMinifier

Inheritancelajax\assetminifier\minifiers\WebCssMinifier » lajax\assetminifier\minifiers\WebMinifier » yii\base\Object
Implementslajax\assetminifier\minifiers\MinifierInterface
Available since version1.0

Minifying css via web API.

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$url string URL of the css minifyer web API. lajax\assetminifier\minifiers\WebCssMinifier

Public Methods

Hide inherited methods

MethodDescriptionDefined By
minify() Function for minifying the asset file (css, js) received as a parameter. lajax\assetminifier\minifiers\WebMinifier

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
curl() Method to maintain connection with web API. lajax\assetminifier\minifiers\WebMinifier

Property Details

$url public property
string $url 'http://cssminifier.com/raw'

URL of the css minifyer web API.