Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::setAttributeValue PHP Method

setAttributeValue() abstract protected method

Sets attribute value.
abstract protected setAttributeValue ( object $object, string $attribute, mixed $value, string | null $format = null, array $context = [] )
$object object
$attribute string
$value mixed
$format string | null
$context array
    protected abstract function setAttributeValue($object, $attribute, $value, $format = null, array $context = array());