final class IssueTrigger (View source)

Methods

static IssueTrigger
from(Code|null $callee, Code|null $caller)

No description

bool
isSelf()

An issue is triggered in first-party code or in test code.

bool
isDirect()

First-party code triggers an issue in third-party code.

bool
isIndirect()

Third-party code triggers an issue.

bool
isUnknown()

No description

string
callerAsString()

No description

string
calleeAsString()

No description

string
asString()

No description

Details

static IssueTrigger from(Code|null $callee, Code|null $caller)

No description

Parameters

Code|null $callee
Code|null $caller

Return Value

IssueTrigger

bool isSelf()

An issue is triggered in first-party code or in test code.

Return Value

bool

bool isDirect()

First-party code triggers an issue in third-party code.

Return Value

bool

bool isIndirect()

Third-party code triggers an issue.

Return Value

bool

bool isUnknown()

No description

Return Value

bool

string callerAsString()

No description

Return Value

string

string calleeAsString()

No description

Return Value

string

string asString()

No description

Return Value

string