public function AssetInterface::setValues

Sets the values for the asset's variables.

Parameters

array $values:

4 methods override AssetInterface::setValues()

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php, line 148

Class

AssetInterface
An asset has a mutable URL and content and can be loaded and dumped.

Namespace

Assetic\Asset

Code

public function setValues(array $values);