FunctionParamsProviderEvent
in package
FinalYes
Table of Contents
Properties
- $call_args : array<string|int, mixed>
- $code_location : CodeLocation|null
- $context : Context|null
- $function_id : string
- $statements_source : StatementsSource
Methods
- getCallArgs() : array<int, Arg>
- getCodeLocation() : CodeLocation|null
- getContext() : Context|null
- getFunctionId() : string
- getStatementsSource() : StatementsSource
Properties
$call_args read-only
private
array<string|int, mixed>
$call_args
$code_location read-only
private
CodeLocation|null
$code_location
= null
$context read-only
private
Context|null
$context
= null
$function_id read-only
private
string
$function_id
$statements_source read-only
private
StatementsSource
$statements_source
Methods
getCallArgs()
public
getCallArgs() : array<int, Arg>
Return values
array<int, Arg>getCodeLocation()
public
getCodeLocation() : CodeLocation|null
Return values
CodeLocation|nullgetContext()
public
getContext() : Context|null
Return values
Context|nullgetFunctionId()
public
getFunctionId() : string
Return values
stringgetStatementsSource()
public
getStatementsSource() : StatementsSource