* @since 2.0 */ interface IAssetConverter { public function convert($asset, $basePath, $baseUrl); }