public function CompilerJarFilter::__construct

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php, line 29

Class

CompilerJarFilter
Filter for the Google Closure Compiler JAR.

Namespace

Assetic\Filter\GoogleClosure

Code

public function __construct($jarPath, $javaPath = '/usr/bin/java') {
  $this->jarPath = $jarPath;
  $this->javaPath = $javaPath;
}