Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributeValue PHP Метод

getAttributeValue() абстрактный защищенный Метод

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
Результат mixed
    protected abstract function getAttributeValue($object, $attribute, $format = null, array $context = array());