Documentation

ClassIssue extends CodeIssue
in package

AbstractYes

Table of Contents

Constants

ERROR_LEVEL  = -1
SHORTCODE  = 0

Properties

$code_location  : CodeLocation
$dupe_key  : string|null
$fq_classlike_name  : string
$message  : string

Methods

__construct()  : mixed
getFilePath()  : string
getIssueType()  : string
getShortLocation()  : string
getShortLocationWithPrevious()  : string
toIssueData()  : IssueData

Constants

Properties

$dupe_key

public string|null $dupe_key = null

$fq_classlike_name

public string $fq_classlike_name

Methods

__construct()

public __construct(string $message, CodeLocation $code_location, string $fq_classlike_name) : mixed
Parameters
$message : string
$code_location : CodeLocation
$fq_classlike_name : string

getFilePath()

public getFilePath() : string
Return values
string

getIssueType()

public static getIssueType() : string
Return values
string

getShortLocation()

public getShortLocation() : string
Return values
string

getShortLocationWithPrevious()

public getShortLocationWithPrevious() : string
Return values
string

toIssueData()

public toIssueData(IssueData::SEVERITY_* $severity) : IssueData
Parameters
$severity : IssueData::SEVERITY_*
Return values
IssueData

        
On this page

Search results