ReflectionMethod
PHP Manual

ReflectionMethod::invoke

(PHP 5)

ReflectionMethod::invokeInvoke

Descrição

public mixed ReflectionMethod::invoke ( object $object , string $args )

Invokes a reflected method.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

object

The object to invoke.

args

The passed in argument list. It accepts a variable number of arguments which are passed to the function much like call_user_func() is.

Valor Retornado

Veja Também


ReflectionMethod
PHP Manual