MethodParamsProviderEvent
in package
FinalYes
Table of Contents
Properties
- $call_args : array<string|int, mixed>|null
- $code_location : CodeLocation|null
- $context : Context|null
- $fq_classlike_name : string
- $method_name_lowercase : string
- $statements_source : StatementsSource|null
Methods
- getCallArgs() : array<int, Arg>|null
- getCodeLocation() : CodeLocation|null
- getContext() : Context|null
- getFqClasslikeName() : string
- getMethodNameLowercase() : string
- getStatementsSource() : StatementsSource|null
Properties
$call_args read-only
private
array<string|int, mixed>|null
$call_args
= null
$code_location read-only
private
CodeLocation|null
$code_location
= null
$context read-only
private
Context|null
$context
= null
$fq_classlike_name read-only
private
string
$fq_classlike_name
$method_name_lowercase read-only
private
string
$method_name_lowercase
$statements_source read-only
private
StatementsSource|null
$statements_source
= null
Methods
getCallArgs()
public
getCallArgs() : array<int, Arg>|null
Return values
array<int, Arg>|nullgetCodeLocation()
public
getCodeLocation() : CodeLocation|null
Return values
CodeLocation|nullgetContext()
public
getContext() : Context|null
Return values
Context|nullgetFqClasslikeName()
public
getFqClasslikeName() : string
Return values
stringgetMethodNameLowercase()
public
getMethodNameLowercase() : string
Return values
stringgetStatementsSource()
public
getStatementsSource() : StatementsSource|null