setCacheBuster() public méthode

public setCacheBuster ( Piwik\AssetManager\UIAssetCacheBuster $cacheBuster )
$cacheBuster Piwik\AssetManager\UIAssetCacheBuster
 private function setUpAssetManager()
 {
     $this->assetManager = AssetManager::getInstance();
     $this->assetManager->removeMergedAssets();
     $this->assetManager->setCacheBuster($this->cacheBuster);
 }
 private function setUpAssetManager()
 {
     $this->assetManager = new AssetManager();
     $this->assetManager->removeMergedAssets();
     $this->assetManager->setCacheBuster($this->cacheBuster);
 }