PHP Класс PHPUnit_Util_DeprecatedFeature, qcodo

Автор: Ralph Schindler ([email protected])
Автор: Sebastian Bergmann ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$message string
$traceInfo array

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

Метод Описание
__construct ( string $message, array $traceInfo = [] )
__toString ( ) : string Build a string representation of the deprecated feature that was raised

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

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

public __construct ( string $message, array $traceInfo = [] )
$message string
$traceInfo array

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

Build a string representation of the deprecated feature that was raised
public __toString ( ) : string
Результат string

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

$message защищенное свойство

protected string $message
Результат string

$traceInfo защищенное свойство

protected array $traceInfo
Результат array