Symfony\Component\Serializer\Tests\Normalizer\AbstractObjectNormalizerDummy::setAttributeValue PHP Method

setAttributeValue() protected method

protected setAttributeValue ( $object, $attribute, $value, $format = null, array $context = [] )
$context array
    protected function setAttributeValue($object, $attribute, $value, $format = null, array $context = array())
    {
        $object->{$attribute} = $value;
    }