RawObjectIteration
extends CodeIssue
in package
FinalYes
Table of Contents
Constants
- ERROR_LEVEL = 2
- SHORTCODE = 111
Properties
- $code_location : CodeLocation
- $dupe_key : string|null
- $message : string
Methods
- __construct() : mixed
- getFilePath() : string
- getIssueType() : string
- getShortLocation() : string
- getShortLocationWithPrevious() : string
- toIssueData() : IssueData
Constants
ERROR_LEVEL
public
int
ERROR_LEVEL
= 2
SHORTCODE
public
int<0, max>
SHORTCODE
= 111
Properties
$code_location read-only
public
CodeLocation
$code_location
$dupe_key
public
string|null
$dupe_key
= null
$message read-only
public
string
$message
Methods
__construct()
public
__construct(string $message, CodeLocation $code_location) : mixed
Parameters
- $message : string
- $code_location : CodeLocation
getFilePath()
public
getFilePath() : string
Return values
stringgetIssueType()
public
static getIssueType() : string
Return values
stringgetShortLocation()
public
getShortLocation() : string
Return values
stringgetShortLocationWithPrevious()
public
getShortLocationWithPrevious() : string
Return values
stringtoIssueData()
public
toIssueData(IssueData::SEVERITY_* $severity) : IssueData
Parameters
- $severity : IssueData::SEVERITY_*