AnotherInterface.php 76 Bytes
<?php
interface AnotherInterface
{
    public function doSomethingElse();
}