public function PackerFilter::setFastDecode

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php, line 37

Class

PackerFilter
Runs assets through Packager, a JavaScript Compressor/Obfuscator.

Namespace

Assetic\Filter

Code

public function setFastDecode($fastDecode) {
  $this->fastDecode = (bool) $fastDecode;
}