1 | <?php |
||
34 | class InitialContextProxy extends RemoteProxy |
||
35 | { |
||
36 | |||
37 | /** |
||
38 | * Runs a lookup on the container for the class with the |
||
39 | * passed name. |
||
40 | * |
||
41 | * @param string $className The class name to run the lookup for |
||
42 | * |
||
43 | * @return \AppserverIo\RemoteMethodInvocation\RemoteObjectInterface The instance |
||
44 | */ |
||
45 | public function lookup($className) |
||
49 | } |
||
50 |