2018-02-01 20:01:12 +00:00

7 lines
68 B
PHP

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