DeprecationTriggered
in package
implements
Event
Read onlyYes
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $file : non-empty-string
- $ignoredByBaseline : bool
- $ignoredByTest : bool
- $line : positive-int
- $message : non-empty-string
- $stackTrace : non-empty-string
- $suppressed : bool
- $telemetryInfo : Info
- $test : Test
- $trigger : IssueTrigger
Methods
- __construct() : mixed
- asString() : string
- file() : non-empty-string
- ignoredByBaseline() : bool
- ignoredByTest() : bool
- line() : positive-int
- message() : non-empty-string
- stackTrace() : non-empty-string
- telemetryInfo() : Info
- test() : Test
- trigger() : IssueTrigger
- wasSuppressed() : bool
Properties
$file
private
non-empty-string
$file
$ignoredByBaseline
private
bool
$ignoredByBaseline
$ignoredByTest
private
bool
$ignoredByTest
$line
private
positive-int
$line
$message
private
non-empty-string
$message
$stackTrace
private
non-empty-string
$stackTrace
$suppressed
private
bool
$suppressed
$telemetryInfo
private
Info
$telemetryInfo
$test
private
Test
$test
$trigger
private
IssueTrigger
$trigger
Methods
__construct()
public
__construct(Info $telemetryInfo, Test $test, non-empty-string $message, non-empty-string $file, positive-int $line, bool $suppressed, bool $ignoredByBaseline, bool $ignoredByTest, IssueTrigger $trigger, non-empty-string $stackTrace) : mixed
Parameters
- $telemetryInfo : Info
- $test : Test
- $message : non-empty-string
- $file : non-empty-string
- $line : positive-int
- $suppressed : bool
- $ignoredByBaseline : bool
- $ignoredByTest : bool
- $trigger : IssueTrigger
- $stackTrace : non-empty-string
asString()
public
asString() : string
Return values
stringfile()
public
file() : non-empty-string
Return values
non-empty-stringignoredByBaseline()
public
ignoredByBaseline() : bool
Return values
boolignoredByTest()
public
ignoredByTest() : bool
Return values
boolline()
public
line() : positive-int
Return values
positive-intmessage()
public
message() : non-empty-string
Return values
non-empty-stringstackTrace()
public
stackTrace() : non-empty-string
Return values
non-empty-stringtelemetryInfo()
public
telemetryInfo() : Info
Return values
Infotest()
public
test() : Test
Return values
Testtrigger()
public
trigger() : IssueTrigger
Return values
IssueTriggerwasSuppressed()
public
wasSuppressed() : bool