AnotherInterface.php 76 B

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