TestSampleInterface.php 148 B

1234567891011121314
  1. <?php
  2. /**
  3. * License Info
  4. *
  5. * This is a test File docblock
  6. *
  7. * @author Ralph Schindler
  8. */
  9. interface Zend_Reflection_TestSampleInterface
  10. {
  11. }