PHP Класс pchIssue, php-commit-hooks

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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

Открытые методы

Метод Описание
__construct ( integer $type, string $file, string $line, string $message ) : void Construct issue from issue properties.

Описание методов

__construct() публичный Метод

Construct issue from issue properties.
public __construct ( integer $type, string $file, string $line, string $message ) : void
$type integer
$file string
$line string
$message string
Результат void

Описание свойств

$file публичное свойство

File, which the message has been generated for
public string $file
Результат string

$line публичное свойство

Line, or line range, which the message has been generated for
public string $line
Результат string

$message публичное свойство

Actual message, describing the occured issue.
public string $message
Результат string

$type публичное свойство

Importance level of issue, should be one of: - E_STRICT - E_NOTICE - E_WARNING - E_ERROR
public int $type
Результат integer