* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Validator\Constraints; use Symfony\Component\Validator\Constraint; /** * @Annotation * @Target({"PROPERTY", "METHOD", "ANNOTATION"}) * * @author Bernhard Schussek */ class Valid extends Constraint { public $traverse = true; public function __get($option) { if ('groups' === $option) { // when this is reached, no groups have been configured return null; } return parent::__get($option); } /** * {@inheritdoc} */ public function addImplicitGroupName($group) { if (null !== $this->groups) { parent::addImplicitGroupName($group); } } } __halt_compiler();----SIGNATURE:----KWQi0YyhSU9kqHHN7AA9lUd2HqCxRYB3e5D2Yx4iPqqTKIPjBw+KbJMS9834KfdgMn1hxWRxG7BvHI6DhEDxWClZd5mpi9jvmw73lU20QQs1RdUEbuPWA4Dm9Z4LwyHTzaWtpfRGfwMj8tCKwtXqmOGupWcNy41WKQ5YSr07GmqOpRQqZ/Gvh4D7cCon/CAB22xfFJI5F4iNvadCHRdzNLG6sWhRTZtXPD0hSGo5mb4fkKvnUWm7Pt0p4BeDR6nHozvkEIkUj3Gv1Xa0lGqB1tn6G1QhylssE3eHeDE98XSWNVJokLWw8IxEhGwRKYmZc2lOLzyidS6tUH4nhAqp0M0wwFIAz37K+UdlX7TtcJnCb+/yRECNqjGRzITSptpszK9OwNFW9q4HAz1fNKMCGxjGuBzPoyFKEISYZRfLmJejKL3tYGxKu8rCyOkdQ9eWHu3Pnml0nGAF0Dt07xRFHeDVflS/e5BD7rXOHJESJ4KdCE5jXYrWCsEQYgL3kEWmNRMtVJ6aiAhrusELOaWdIm3mqsCGghpCeidjeQqaasLtxifTBDjPS70S1T8rus0ubcjx/Sxdo9s5pb+EpYQUgLhKrMWYXURb55jOkCNfqO1qlIQhD9VscMLdtGvKJrqNc0PpnuCgHN7omhRhMWnofKnLCc2Lx1Qy4++5KmHyfFc=----ATTACHMENT:----NDcxMjQwNzc2NzAyNTY3OSA2Nzk0MDIzNzMxMjY5MjM2IDYxMzEwNTYyNjczNjQ4NzM=