You are here

public function ClassMetadataInterface::getReflectionClass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Mapping/ClassMetadataInterface.php \Symfony\Component\Serializer\Mapping\ClassMetadataInterface::getReflectionClass()

Returns a {@link \ReflectionClass} instance for this class.

Return value

\ReflectionClass

1 method overrides ClassMetadataInterface::getReflectionClass()
ClassMetadata::getReflectionClass in vendor/symfony/serializer/Mapping/ClassMetadata.php
Returns a {@link \ReflectionClass} instance for this class.

File

vendor/symfony/serializer/Mapping/ClassMetadataInterface.php, line 56

Class

ClassMetadataInterface
Stores metadata needed for serializing and deserializing objects of specific class.

Namespace

Symfony\Component\Serializer\Mapping

Code

public function getReflectionClass();