| 1 | <?php |
||
| 27 | abstract class AbstractPageContentView extends AbstractViewModel implements PageContentView |
||
| 28 | { |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @var PageLayoutView |
||
| 32 | */ |
||
| 33 | protected $page_view; |
||
| 34 | |||
| 35 | public function __construct(PageLayoutView $page) |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @return PageLayoutView |
||
| 43 | */ |
||
| 44 | public function var_page() |
||
| 48 | |||
| 49 | } |
||
| 50 |