public function JSTokenizer::__construct in Javascript Aggregator 6
File
- ./
jsminplus.php, line 1748
Class
Code
public function __construct() {
$this->opRegExp = '#^(' . implode('|', array_map('preg_quote', $this->opTypeNames)) . ')#';
}
public function __construct() {
$this->opRegExp = '#^(' . implode('|', array_map('preg_quote', $this->opTypeNames)) . ')#';
}