Uses of Class php.java.bridge.MethodCache.Entry

Uses in package php.java.bridge

Methods with parameter type php.java.bridge.MethodCache.Entry

Method
Get the method for the entry
void
MethodCache.put(MethodCache.Entry entry, Method method)
Store a constructor with an entry

Methods with return type php.java.bridge.MethodCache.Entry

MethodCache.Entry
MethodCache.getEntry(String name, Class clazz, args[] )
Get a cache entry from a name, class and arguments.