Doctrine\OXM\XmlEntityManager::getMetadataFactory PHP Method

getMetadataFactory() public method

Gets the metadata factory used to gather the metadata of classes.
public getMetadataFactory ( ) : ClassMetadataFactory
return Doctrine\OXM\Mapping\ClassMetadataFactory
    public function getMetadataFactory()
    {
        return $this->metadataFactory;
    }