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());