* * 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:----v7GrhzXmASYz2NhdSkt8xdbK+aSR8bQy/BsckfyuRyesBg4jgIdt7PdWm+gnz3JiCmf6wo35nLzzVKgsVf7lo0psRP+k9iKzool2IelSHwQIW36Ni2feVxSLtslT6U2BbQiVmbA0YOFbswyRwXMz0blxBrXRDjQ0VqSJmxSI5cae/1CCvJWtus5dggACgIGtsuFpOVneLRIaFJz6K7DEdJ8islem8K/S6KjEYkX/5ven3zV2S4ASHeyqGFA1jHNIZf6qBMdiFDjxyR2k9hRMTwiSPShd57jY3w+L5n9ppNHty74XHZAcLPvQaBDTXovK9u89vxKFj3f9YbTgCQBJfuwhORt/v1YEGfR2iojabN8iEnTtwCi1DB/BrpZQl7QKKBckjG7C/YTSxxfYzLmg0fzd+pgE9uliHwz0d0cGF3V9Jxb1Vu+PydpxZYjjlckCsAxmkUg8mLmm3Mh+LPzUgCoBjYgZJNltDvns1hsrfSHaf0ptk6iTW0Z1v7/vG77KZmkBPUdfqetY4Z/dDXqugEYuY+VeMLqcxKbnLs5HC/aCRho57Lb5rs52TdxtEAj6EAEsZZ5oW3uJ55pP+u6dLKLYebrTVkMhyCPW3Em2ZXyyI9zQBGW7Kwf/PNZ3naP/7Ef3kSn1eXP5AvutlEAHIAbBo6PXRNGT0TLkU6GPZnY=----ATTACHMENT:----MTY4MTUzMzM5MTgzMTM1MyAzNjg5NjQ3MTgyNTE3MjA1IDY3Mzk5NzA4Mzc3NTExOA==