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