PropertyTag.php 220 B

1234567891011121314
  1. <?php
  2. namespace EasySwoole\DoctrineAnnotation\Tests\Tag;
  3. /**
  4. * Class PropertyTag
  5. * @package EasySwoole\DoctrineAnnotation\Tests\Tag
  6. * @Annotation
  7. */
  8. class PropertyTag extends NonePropertyTag
  9. {
  10. public $input;
  11. }