IssueTrigger
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
Methods
- asString() : string
- from() : self
- isDirect() : bool
- First-party code triggers an issue in third-party code.
- isIndirect() : bool
- Third-party code triggers an issue.
- isSelf() : bool
- An issue is triggered in first-party code or in test code.
- isUnknown() : bool
- __construct() : mixed
Properties
$callee
private
Code|null
$callee
$caller
private
Code|null
$caller
Methods
asString()
public
asString() : string
Return values
stringfrom()
public
static from(Code|null $callee, Code|null $caller) : self
Parameters
Return values
selfisDirect()
First-party code triggers an issue in third-party code.
public
isDirect() : bool
Return values
boolisIndirect()
Third-party code triggers an issue.
public
isIndirect() : bool
Return values
boolisSelf()
An issue is triggered in first-party code or in test code.
public
isSelf() : bool
Return values
boolisUnknown()
public
isUnknown() : bool
Return values
bool__construct()
private
__construct(Code|null $callee, Code|null $caller) : mixed