Documentation

IssueTrigger
in package

Read onlyYes
FinalYes
Tags
immutable
no-named-arguments

Parameter names are not covered by the backward compatibility promise for PHPUnit

Table of Contents

Properties

$callee  : Code|null
$caller  : Code|null

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

Methods

asString()

public asString() : string
Return values
string

from()

public static from(Code|null $callee, Code|null $caller) : self
Parameters
$callee : Code|null
$caller : Code|null
Return values
self

isDirect()

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

public isDirect() : bool
Return values
bool

isIndirect()

Third-party code triggers an issue.

public isIndirect() : bool
Return values
bool

isSelf()

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

public isSelf() : bool
Return values
bool

isUnknown()

public isUnknown() : bool
Return values
bool
On this page

Search results