| 1 | <?php  | 
            ||
| 9 | final class StaticContentPage extends SymfonyPage implements StaticContentPageInterface  | 
            ||
| 10 | { | 
            ||
| 11 | /**  | 
            ||
| 12 |      * {@inheritdoc} | 
            ||
| 13 | */  | 
            ||
| 14 | public function access($path)  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 |      * {@inheritdoc} | 
            ||
| 21 | */  | 
            ||
| 22 | public function assertPageHasContent(StaticContent $staticContent)  | 
            ||
| 29 | |||
| 30 | /**  | 
            ||
| 31 |      * {@inheritdoc} | 
            ||
| 32 | */  | 
            ||
| 33 | public function getRouteName()  | 
            ||
| 37 | }  | 
            ||
| 38 |