%PDF- %PDF-
Direktori : /home/emtnaeewxm/www/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Entity/ |
Current File : /home/emtnaeewxm/www/vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Entity/Foo.php |
<?php namespace Tests\Fixtures\FooBundle\Entity; use Doctrine\ORM\Mapping; /** * @Mapping\Entity */ class Foo { /** * @Mapping\Column(type="integer") * @Mapping\Id * @Mapping\GeneratedValue(strategy="AUTO") */ private $id; }