protected function JSMin::peek in Javascript Aggregator 5
Same name and namespace in other branches
- 6 jsmin.php \JSMin::peek()
1 call to JSMin::peek()
- JSMin::next in ./
jsmin.php
File
- ./
jsmin.php, line 283
Class
Code
protected function peek() {
$this->lookAhead = $this
->get();
return $this->lookAhead;
}