|
|
|
@ -14,9 +14,9 @@ use Doctrine\ORM\Mapping as ORM; |
|
|
|
* @ORM\Table(name="agenda_event_invitation") |
|
|
|
* @ORM\Table(name="agenda_event_invitation") |
|
|
|
* Add @ to the next lineactivating the agenda_collective_invitations configuration setting. |
|
|
|
* Add @ to the next lineactivating the agenda_collective_invitations configuration setting. |
|
|
|
* ORM\Entity() |
|
|
|
* ORM\Entity() |
|
|
|
* @ORM\InheritanceType("SINGLE_TABLE") |
|
|
|
* ORM\InheritanceType("SINGLE_TABLE") |
|
|
|
* @ORM\DiscriminatorColumn(name="type", type="string") |
|
|
|
* ORM\DiscriminatorColumn(name="type", type="string") |
|
|
|
* @ORM\DiscriminatorMap({ |
|
|
|
* ORM\DiscriminatorMap({ |
|
|
|
* "invitation" = "Chamilo\CoreBundle\Entity\AgendaEventInvitation", |
|
|
|
* "invitation" = "Chamilo\CoreBundle\Entity\AgendaEventInvitation", |
|
|
|
* "subscription" = "Chamilo\CoreBundle\Entity\AgendaEventSubscription" |
|
|
|
* "subscription" = "Chamilo\CoreBundle\Entity\AgendaEventSubscription" |
|
|
|
* }) |
|
|
|
* }) |
|
|
|
|