AppserverIo\Appserver\PersistenceContainer\Doctrine\DoctrineInitialContextProxy::lookup PHP Method

lookup() public method

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
return AppserverIo\RemoteMethodInvocation\RemoteObjectInterface The instance
    public function lookup($className)
    {
        return DoctrineEntityManagerProxy::__create($className)->__setSession($this->__getSession());
    }
DoctrineInitialContextProxy