Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributeValue PHP Méthode

getAttributeValue() abstract protected méthode

Gets the attribute value.
abstract protected getAttributeValue ( object $object, string $attribute, string | null $format = null, array $context = [] ) : mixed
$object object
$attribute string
$format string | null
$context array
Résultat mixed
    protected abstract function getAttributeValue($object, $attribute, $format = null, array $context = array());