PHP 클래스 Symfony\Component\Serializer\Tests\Normalizer\AbstractObjectNormalizerDummy

상속: extends Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

공개 메소드들

메소드 설명
instantiateObject ( array &$data, $class, array &$context, ReflectionClass $reflectionClass, $allowedAttributes, $format = null )

보호된 메소드들

메소드 설명
extractAttributes ( $object, $format = null, array $context = [] )
getAttributeValue ( $object, $attribute, $format = null, array $context = [] )
isAllowedAttribute ( $classOrObject, $attribute, $format = null, array $context = [] )
setAttributeValue ( $object, $attribute, $value, $format = null, array $context = [] )

메소드 상세

extractAttributes() 보호된 메소드

protected extractAttributes ( $object, $format = null, array $context = [] )
$context array

getAttributeValue() 보호된 메소드

protected getAttributeValue ( $object, $attribute, $format = null, array $context = [] )
$context array

instantiateObject() 공개 메소드

public instantiateObject ( array &$data, $class, array &$context, ReflectionClass $reflectionClass, $allowedAttributes, $format = null )
$data array
$context array
$reflectionClass ReflectionClass

isAllowedAttribute() 보호된 메소드

protected isAllowedAttribute ( $classOrObject, $attribute, $format = null, array $context = [] )
$context array

setAttributeValue() 보호된 메소드

protected setAttributeValue ( $object, $attribute, $value, $format = null, array $context = [] )
$context array