Class lajax\assetminifier\minifiers\WebJsMinifier

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

Minifying js via web API.

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$url string URL of the minifying web API. lajax\assetminifier\minifiers\WebJsMinifier

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://javascript-minifier.com/raw'

URL of the minifying web API.