2023-05-12 12:27:19 +02:00

6 lines
67 B
PHP

<?php
interface AnInterface
{
public function doSomething();
}