- class
JavaMethod
(php\lang\JavaMethod
) extendsJavaReflection
- source
php/lang/JavaMethod.php
->
invoke()
- Invoke method->
invokeArgs()
->
getName()
->
isStatic()
->
isFinal()
->
isAbstract()
->
isPublic()
->
isProtected()
->
isPrivate()
->
isNative()
->
isSynchronized()
->
isVarArgs()
->
getDeclaringClass()
->
getReturnedType()
->
isAnnotationPresent()
->
getParameterTypes()
->
getParameterCount()
- See also in the parent class JavaReflection
invoke(php\lang\JavaObject $object): void
Invoke method
invokeArgs(php\lang\JavaObject $object, array $arguments): void
getName(): string
isStatic(): bool
isFinal(): bool
isAbstract(): bool
isPublic(): bool
isProtected(): bool
isPrivate(): bool
isNative(): bool
isSynchronized(): bool
isVarArgs(): bool
getDeclaringClass(): JavaClass
getReturnedType(): JavaClass
isAnnotationPresent(string $annotationClassName): bool
getParameterTypes(): JavaClass[]
getParameterCount(): int