class CodeMethod extends CodeFunction

Methods

static string
getParameterType(ReflectionParameter $parameter)

No description

static CodeMethod
fromReflectionMethod(ReflectionMethod $method)

No description

getArgumentsType()

No description

Details

in CodeFunction at line 14
static string getParameterType(ReflectionParameter $parameter)

No description

Parameters

ReflectionParameter $parameter

Return Value

string

Exceptions

InvalidArgumentException

at line 23
static CodeMethod fromReflectionMethod(ReflectionMethod $method)

No description

Parameters

ReflectionMethod $method

Return Value

CodeMethod

at line 34
Vector getArgumentsType()

No description

Return Value

Vector