AppserverIo\Appserver\PersistenceContainer\Doctrine\DoctrineEntityManagerDecorator::getWrapped PHP Method

getWrapped() public method

Returns the wrapped entity manager instance.
public getWrapped ( ) : Doctrine\ORM\EntityManagerInterface
return Doctrine\ORM\EntityManagerInterface The wrapped entity manager instance
    public function getWrapped()
    {
        return $this->wrapped;
    }