Method
Table of Contents
-
$method
: ReflectionMethod
-
__call()
: mixed
-
__construct()
: mixed
-
getParameters()
: array<string|int, Parameter>
-
getReturnType()
: string|null
$method
private
ReflectionMethod
$method
__call()
public
__call(mixed $method, mixed $args) : mixed
Parameters
-
$method
: mixed
-
-
$args
: mixed
-
Return values
mixed
—
__construct()
public
__construct(ReflectionMethod $method) : mixed
Parameters
-
$method
: ReflectionMethod
-
Return values
mixed
—
getParameters()
public
getParameters() : array<string|int, Parameter>
Return values
array<string|int, Parameter>
—
getReturnType()
public
getReturnType() : string|null
Return values
string|null
—