Skip to content

Instantly share code, notes, and snippets.

@Keeo
Keeo / ExampleVisitor.php
Last active March 26, 2017 17:20
JMS serializer bundle visitor example - how to add another field into serialized entity
<?php
namespace Acme\DemoBundle\Serializer;
use JMS\Serializer\EventDispatcher\EventSubscriberInterface;
use JMS\Serializer\EventDispatcher\ObjectEvent;
class ExampleVisitor implements EventSubscriberInterface
{
static public function getSubscribedEvents()