AppserverIo\Appserver\PersistenceContainer\Doctrine\DoctrineInitialContextProxy::lookup PHP 메소드

lookup() 공개 메소드

Runs a lookup on the container for the class with the passed name.
public lookup ( string $className ) : AppserverIo\RemoteMethodInvocation\RemoteObjectInterface
$className string The class name to run the lookup for
리턴 AppserverIo\RemoteMethodInvocation\RemoteObjectInterface The instance
    public function lookup($className)
    {
        return DoctrineEntityManagerProxy::__create($className)->__setSession($this->__getSession());
    }
DoctrineInitialContextProxy