(PHP 5, PHP 7)
Invoke
public mixed ReflectionMethod::invoke ( object $object [, mixed $parameter [, mixed $... ]] )
Invokes a reflected method.
Parameters:
object
The object to invoke the method on. For static methods, pass null to this parameter.
parameter
Zero or more parameters to be passed to the method. It accepts a variable number