Skip to content

Instantly share code, notes, and snippets.

@Berbass
Berbass / DiscriminatorEntry.php
Last active October 5, 2016 15:56 — forked from jasperkuperus/DiscriminatorListener.php
Had some issues with the original version on this gist https://gist.github.com/jasperkuperus/03302fefe6e4722ab650 , so I made some changes. This code also works if using abstract MappedSuperClass.
<?php
namespace Namespace\That\Suits\You;
/**
* @Annotation
* @Target("CLASS")
*/
class DiscriminatorEntry implements \Doctrine\ORM\Mapping\Annotation
{