MethodExistenceProviderEvent
in package
FinalYes
Table of Contents
Properties
- $code_location : CodeLocation|null
- $fq_classlike_name : string
- $method_name_lowercase : string
- $source : StatementsSource|null
Methods
- getCodeLocation() : CodeLocation|null
- getFqClasslikeName() : string
- getMethodNameLowercase() : string
- getSource() : StatementsSource|null
Properties
$code_location read-only
private
CodeLocation|null
$code_location
= null
$fq_classlike_name read-only
private
string
$fq_classlike_name
$method_name_lowercase read-only
private
string
$method_name_lowercase
$source read-only
private
StatementsSource|null
$source
= null
Methods
getCodeLocation()
public
getCodeLocation() : CodeLocation|null
Return values
CodeLocation|nullgetFqClasslikeName()
public
getFqClasslikeName() : string
Return values
stringgetMethodNameLowercase()
public
getMethodNameLowercase() : string
Return values
stringgetSource()
public
getSource() : StatementsSource|null