DynamicFunctionStorageProviderEvent
in package
FinalYes
Table of Contents
Properties
- $arg_type_inferer : ArgTypeInferer
- $code_location : CodeLocation
- $context : Context
- $func_call : FuncCall
- $function_id : string
- $statement_source : StatementsSource
- $template_provider : DynamicTemplateProvider
Methods
- getArgs() : array<int, Arg>
- getArgTypeInferer() : ArgTypeInferer
- getCodebase() : Codebase
- getCodeLocation() : CodeLocation
- getContext() : Context
- getFunctionId() : string
- getStatementSource() : StatementsSource
- getTemplateProvider() : DynamicTemplateProvider
Properties
$arg_type_inferer read-only
private
ArgTypeInferer
$arg_type_inferer
$code_location read-only
private
CodeLocation
$code_location
$context read-only
private
Context
$context
$func_call read-only
private
FuncCall
$func_call
$function_id read-only
private
string
$function_id
$statement_source read-only
private
StatementsSource
$statement_source
$template_provider read-only
private
DynamicTemplateProvider
$template_provider
Methods
getArgs()
public
getArgs() : array<int, Arg>
Return values
array<int, Arg>getArgTypeInferer()
public
getArgTypeInferer() : ArgTypeInferer
Return values
ArgTypeInferergetCodebase()
public
getCodebase() : Codebase
Return values
CodebasegetCodeLocation()
public
getCodeLocation() : CodeLocation
Return values
CodeLocationgetContext()
public
getContext() : Context
Return values
ContextgetFunctionId()
public
getFunctionId() : string
Return values
stringgetStatementSource()
public
getStatementSource() : StatementsSource
Return values
StatementsSourcegetTemplateProvider()
public
getTemplateProvider() : DynamicTemplateProvider