LimeMockMethodInterface.php 106 B

12345678
  1. <?php
  2. interface LimeMockMethodInterface
  3. {
  4. public function getClass();
  5. public function getMethod();
  6. }