php.java.bridge
Class PhpProcedureProxy
java.lang.Object
php.java.bridge.PhpProcedureProxy
public class PhpProcedureProxy
- extends java.lang.Object
This class creates a procedure proxy proxy which evaluates to a
dynamic proxy in coerce(). If a user has supplied a type as the
second argument to the closure() call, that type will be used for
the proxy. Otherwise the proxy is generic.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhpProcedureProxy
public PhpProcedureProxy(JavaBridge bridge,
java.util.Map strings,
java.lang.Class[] interfaces,
long object)
PhpProcedureProxy
public PhpProcedureProxy(JavaBridge bridge,
java.lang.String string,
java.lang.Class[] interfaces,
long object)