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