ytkns/src/HtmlTypeInterface.php

7 lines
100 B
PHP
Raw Normal View History

2020-06-10 16:03:13 +00:00
<?php
namespace YTKNS;
interface HtmlTypeInterface {
public function asHTML(): string;
}