AnotherInterface.php 76 B

12345
  1. <?php
  2. interface AnotherInterface
  3. {
  4. public function doSomethingElse();
  5. }