Documentation

Method
in package

Table of Contents

$method  : ReflectionMethod
__call()  : mixed
__construct()  : mixed
getParameters()  : array<string|int, Parameter>
getReturnType()  : string|null

Properties

$method

private ReflectionMethod $method

Methods

__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

getReturnType()

public getReturnType() : string|null
Return values
string|null

Search results