AppserverIo\Appserver\PersistenceContainer\Doctrine\DoctrineEntityManagerDecorator::getWrapped PHP 메소드

getWrapped() 공개 메소드

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