final |
|---|
| Type aliases | ||
|---|---|---|
ImpurePointIdentifier
|
'echo'|'die'|'exit'|'propertyAssign'|'propertyAssignByRef'|'propertyUnset'|'methodCall'|'new'|'functionCall'|'include'|'require'|'print'|'eval'|'superglobal'|'yield'|'yieldFrom'|'static'|'global'|'betweenPhpTags'|'staticPropertyAccess'
|
# |
| Methods | ||
|---|---|---|
public
|
__construct(
Scope $scope,
Expr|Stmt|VirtualNode $node,
ImpurePointIdentifier $identifier,
string $description,
bool $certain,
)
|
# |
public
|
getScope(): Scope
|
# |
public
|
getNode(): Expr|Stmt|VirtualNode
|
# |
public
|
getIdentifier(): ImpurePointIdentifier
|
# |
public
|
getDescription(): string
|
# |
public
|
isCertain(): bool
|
# |