1 | <?php |
||
8 | class ScalarListener extends EventListener |
||
9 | { |
||
10 | /** |
||
11 | * @var array |
||
12 | */ |
||
13 | private $analyzers; |
||
14 | |||
15 | /** |
||
16 | * @param array $analyzers |
||
17 | */ |
||
18 | 43 | public function __construct(array $analyzers) |
|
22 | |||
23 | /** |
||
24 | * @param \PHPSA\Compiler\Event\ScalarBeforeCompile $event |
||
25 | */ |
||
26 | 802 | public function beforeCompile(\PHPSA\Compiler\Event\ScalarBeforeCompile $event) |
|
39 | } |
||
40 |