Property | Type | Description | |
---|---|---|---|
$file | string | File, which the message has been generated for | |
$line | string | Line, or line range, which the message has been generated for | |
$message | string | Actual message, describing the occured issue. | |
$type | integer | Importance level of issue, should be one of: - E_STRICT - E_NOTICE - E_WARNING - E_ERROR |
Method | Description | |
---|---|---|
__construct ( integer $type, string $file, string $line, string $message ) : void | Construct issue from issue properties. |
public string $file | ||
return | string |
public string $line | ||
return | string |
public string $message | ||
return | string |
public int $type | ||
return | integer |