InternalProperty
extends PropertyIssue
in package
FinalYes
Table of Contents
Constants
- ERROR_LEVEL = 4
- SHORTCODE = 176
Properties
- $code_location : CodeLocation
- $dupe_key : string|null
- $message : string
- $property_id : string
Methods
- __construct() : mixed
- getFilePath() : string
- getIssueType() : string
- getShortLocation() : string
- getShortLocationWithPrevious() : string
- toIssueData() : IssueData
Constants
ERROR_LEVEL
public
mixed
ERROR_LEVEL
= 4
SHORTCODE
public
mixed
SHORTCODE
= 176
Properties
$code_location read-only
public
CodeLocation
$code_location
$dupe_key
public
string|null
$dupe_key
= null
$message read-only
public
string
$message
$property_id
public
string
$property_id
Methods
__construct()
public
__construct(string $message, CodeLocation $code_location, string $property_id) : mixed
Parameters
- $message : string
- $code_location : CodeLocation
- $property_id : string
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_*