mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
7 lines
91 B
PHP
7 lines
91 B
PHP
<?php
|
|
|
|
namespace SYSTEM\PAGE;
|
|
|
|
abstract class Page {
|
|
abstract public function html();
|
|
} |