You are here

public function JSCompilerContext::__construct in Javascript Aggregator 6

File

./jsminplus.php, line 1638

Class

JSCompilerContext

Code

public function __construct($inFunction) {
  $this->inFunction = $inFunction;
}