web-base/core/Elements/StaticView.class.php

9 lines
97 B
PHP
Raw Normal View History

2020-04-04 01:15:59 +02:00
<?php
namespace Elements;
abstract class StaticView {
public abstract function getCode();
}