/**
* Добавляет префикс к урлу
*
* @param string $prefix Префикс ссылки
*/
public function updateBaseUrl($prefix)
{
$this->baseUrl = DIRECTORY_SEPARATOR . $prefix . $this->baseUrl;
}
$bundle = test\components\SomeAssetBundle ::register($this);
$bundle->updateBaseUrl('test');