public function AssetReference::__construct

File

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

Class

AssetReference
A reference to an asset in the asset manager.

Namespace

Assetic\Asset

Code

public function __construct(AssetManager $am, $name) {
  $this->am = $am;
  $this->name = $name;
}