web\AssetConverter convert()

convert() public method

Converts a given asset file into a CSS or JS file.

public string convert ( $asset, $basePath )
$asset string

The asset file path, relative to $basePath

$basePath string

The directory the $asset is relative to.

return string

The converted asset file path, relative to $basePath.

doc_Yii
2016-10-30 17:14:31
Comments
Leave a Comment

Please login to continue.