Route.php 177B

123456789
  1. <?php
  2. namespace Doctrine\Tests\Common\Annotations\Fixtures\Annotation;
  3. class Route extends \Doctrine\Common\Annotations\Annotation
  4. {
  5. private $pattern;
  6. private $name;
  7. }