ModifierInterface.php 141 B

12345678910
  1. <?php
  2. namespace Fixtures\Prophecy;
  3. interface ModifierInterface
  4. {
  5. public function isAbstract();
  6. public function getVisibility();
  7. }