public function AssetCache::setValues

Sets the values for the asset's variables.

Parameters

array $values:

Overrides AssetInterface::setValues

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php, line 115

Class

AssetCache
Caches an asset to avoid the cost of loading and dumping.

Namespace

Assetic\Asset

Code

public function setValues(array $values) {
  $this->asset
    ->setValues($values);
}