public function GlobAsset::setValues

Sets the values for the asset's variables.

Parameters

array $values:

Overrides AssetCollection::setValues

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php, line 88

Class

GlobAsset
A collection of assets loaded by glob.

Namespace

Assetic\Asset

Code

public function setValues(array $values) {
  parent::setValues($values);
  $this->initialized = false;
}