mirror of
https://github.com/ulfgebhardt/system.git
synced 2026-02-06 09:55:45 +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");}
|
|
} |