Doctrine\ODM\MongoDB\Mapping\ClassMetadataInfo::getReflectionProperties PHP Method

getReflectionProperties() public method

Gets the ReflectionProperties of the mapped class.
public getReflectionProperties ( ) : array
return array An array of ReflectionProperty instances.
    public function getReflectionProperties()
    {
        return $this->reflFields;
    }
ClassMetadataInfo