|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Invocable
Classes which implement this interface are able to call php code.
Invocable PHP scripts must end with the line:
java_context()->call(java_closure());
PhpProcedure.invoke(Object, String, Object[]),
PhpProcedure.invoke(Object, java.lang.reflect.Method, Object[])| Method Summary | |
|---|---|
boolean |
call(java.lang.Object kont)
Call the java continuation with the current continuation kont as its argument. |
| Method Detail |
|---|
boolean call(java.lang.Object kont)
throws java.lang.Exception
kont as its argument.
kont - The continuation.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||