On this page
Interface yii\web\AssetConverterInterface
Implemented by | yii\web\AssetConverter |
---|---|
Available since version | 2.0 |
Source Code | https://github.com/yiisoft/yii2/blob/master/framework/web/AssetConverterInterface.php |
The AssetConverterInterface must be implemented by asset converter classes.
Public Methods
Method | Description | Defined By |
---|---|---|
convert() | Converts a given asset file into a CSS or JS file. | yii\web\AssetConverterInterface |
Method Details
convert() public abstract method
Converts a given asset file into a CSS or JS file.
© 2008–2017 by Yii Software LLC
Licensed under the three clause BSD license.
http://www.yiiframework.com/doc-2.0/yii-web-assetconverterinterface.html