public function AssetReference::setValues

Sets the values for the asset's variables.

Parameters

array $values:

Overrides AssetInterface::setValues

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php, line 111

Class

AssetReference
A reference to an asset in the asset manager.

Namespace

Assetic\Asset

Code

public function setValues(array $values) {
  $this
    ->callAsset(__FUNCTION__, array(
    $values,
  ));
}