public function StringAsset::setLastModified

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php, line 46

Class

StringAsset
Represents a string asset.

Namespace

Assetic\Asset

Code

public function setLastModified($lastModified) {
  $this->lastModified = $lastModified;
}