* @package taoItems */ interface ItemAssetsReplacement { const SERVICE_ID = 'taoItems/replacement'; /** * Method that allow you to modify where the link to the asset to modify url, sign it, add version number ... * @param string $asset the compiled link to the asset * @return string the computed new link to the asset */ public function postProcessAssets($asset); }