PropertyExistenceProviderEvent
in package
FinalYes
Table of Contents
Properties
- $code_location : CodeLocation|null
- $context : Context|null
- $fq_classlike_name : string
- $property_name : string
- $read_mode : bool
- $source : StatementsSource|null
Methods
- getCodeLocation() : CodeLocation|null
- getContext() : Context|null
- getFqClasslikeName() : string
- getPropertyName() : string
- getSource() : StatementsSource|null
- isReadMode() : bool
Properties
$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
$property_name read-only
private
string
$property_name
$read_mode read-only
private
bool
$read_mode
$source read-only
private
StatementsSource|null
$source
= null
Methods
getCodeLocation()
public
getCodeLocation() : CodeLocation|null
Return values
CodeLocation|nullgetContext()
public
getContext() : Context|null
Return values
Context|nullgetFqClasslikeName()
public
getFqClasslikeName() : string
Return values
stringgetPropertyName()
public
getPropertyName() : string
Return values
stringgetSource()
public
getSource() : StatementsSource|null
Return values
StatementsSource|nullisReadMode()
public
isReadMode() : bool