AnInterface.php 67 B

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