I hereby claim:
- I am jaspernbrouwer on github.
- I am jaspernbrouwer (https://keybase.io/jaspernbrouwer) on keybase.
- I have a public key ASDdpl8LobuCrxQYpQGVm6_elI_UkwgD_doqFKtE9aKfPwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /* | |
| * This is a basic setup for Doctrine 2 one-to-many/many-to-one associations. | |
| * | |
| * There are many alternative approaches, additions and optimizations possible, | |
| * but this example is only meant to help people getting started with the concept. | |
| */ | |
| namespace My\Entity; |
| <?php | |
| // src/Nw/LibBundle/Command/ValidateSchemaCommand.php | |
| namespace Nw\LibBundle\Command; | |
| use Symfony\Bundle\DoctrineBundle\Command\Proxy\DoctrineCommandHelper; | |
| use Symfony\Component\Console\Input\InputOption; | |
| use Symfony\Component\Console\Input\InputInterface; | |
| use Symfony\Component\Console\Output\OutputInterface; | |
| use Symfony\Component\Console\Output\Output; |