* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Tests\Fixtures; use Symfony\Component\Serializer\Annotation\Groups; /** * @author Kévin Dunglas */ class GroupDummy extends GroupDummyParent implements GroupDummyInterface { /** * @Groups({"a"}) */ private $foo; /** * @Groups({"b", "c", "name_converter"}) */ protected $bar; private $fooBar; private $symfony; /** * @Groups({"b"}) */ public function setBar($bar) { $this->bar = $bar; } /** * @Groups({"c"}) */ public function getBar() { return $this->bar; } public function setFoo($foo) { $this->foo = $foo; } public function getFoo() { return $this->foo; } public function setFooBar($fooBar) { $this->fooBar = $fooBar; } /** * @Groups({"a", "b", "name_converter"}) */ public function isFooBar() { return $this->fooBar; } public function setSymfony($symfony) { $this->symfony = $symfony; } public function getSymfony() { return $this->symfony; } } __halt_compiler();----SIGNATURE:----N+srP0GJFq7mvu/V97Q14O3H2ofsJ3MeDJTDaG0kh5QxCpB+T4z9EuUlMIXCSa7mqEkH8bXkaNuu1yxWVyKExflz+ueKNdbKjOAy0nMNGa3g2uswl4tAurmk6vSZXDVnjepuflq3rKWUZs2KUXaj3887CHvZRpEr/m0iAnkiiXKsKraAJ9mFzdLp1QG07WVOF9emuvXsWPwTkJ5UzhMOwu0CRgeCHWWyYS1g9STXfkLLP+1cs0VaGmaZhdYekDdPSRBgh9RJeioUA61ET+9AjP4kdJw8DDw5PTD9qzrEhlb5ZHXUxlcYFMetcAx1OsjFiQNaJS7rr7AMC5di2gNBX+gv92rzKvYTP+YBrdI1QbYDzaW3ljVQqRe1UjG1OCqIg3OhFW/rCMfZer+DV0E+SQYw9d6sqGMllMj6dcsNTKfyfFCO7oHRoYyp/U13XXsSRGjIfXEp2jV2F/XrAXJslRypxmvFDJ66eO0gtwwLIgvBlwOlbSbADHJ8jH6dZ63ATsXJNruYOdfK9A1cXFBKsWJHCvtoa0FrVKVczyMmFeZTQggxyIF0ATeDUjpN532l0Cr+h8HcM6QnAJB10ccHPftKuyjkQH3gJRCeXp0iCE0B/v6cjveZsYICGFFBChfCRS/7J2BIaXRYgfDvLpTyo/TENmZV84IJZwnDeipvFL8=----ATTACHMENT:----MzM5NTI1NTI4ODU0MDM2OSA4NjY2OTkwNTgzNDU1NCAxMzIzNzMwNjkyODA3MzAw