1 | <?php |
||
19 | class CompilerPostRenderDynamicPageView extends Event |
||
20 | { |
||
21 | use CompilerPostRenderTrait; |
||
22 | |||
23 | const NAME = 'compiler.postrender.dynamic_pageview'; |
||
24 | |||
25 | private $collectableItem; |
||
26 | |||
27 | /** |
||
28 | * @param string $compiledOutput |
||
29 | */ |
||
30 | public function __construct(CollectableItem $collectableItem, $compiledOutput) |
||
35 | |||
36 | public function getCollectableItem() |
||
40 | } |
||
41 |