ReflectionMethod
PHP Manual

ReflectionMethod::invoke

(PHP 5)

ReflectionMethod::invokeInvoke

Beschreibung

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

Invokes a reflected method.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

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.

Rückgabewerte

Siehe auch


ReflectionMethod
PHP Manual