mirror of
https://github.com/ulfgebhardt/system.git
synced 2026-01-20 20:01:21 +00:00
8 lines
156 B
PHP
8 lines
156 B
PHP
<?php
|
|
|
|
namespace SYSTEM\PAGE;
|
|
|
|
abstract class PageClass {
|
|
public static function default_page(){
|
|
throw new RuntimeException("Unimplemented");}
|
|
} |