PHP Class PHPUnit_Util_DeprecatedFeature, qcodo

Author: Ralph Schindler ([email protected])
Author: Sebastian Bergmann ([email protected])
Afficher le fichier Open project: qcodo/qcodo

Protected Properties

Свойство Type Description
$message string
$traceInfo array

Méthodes publiques

Méthode Description
__construct ( string $message, array $traceInfo = [] )
__toString ( ) : string Build a string representation of the deprecated feature that was raised

Method Details

__construct() public méthode

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

__toString() public méthode

Build a string representation of the deprecated feature that was raised
public __toString ( ) : string
Résultat string

Property Details

$message protected_oe property

protected string $message
Résultat string

$traceInfo protected_oe property

protected array $traceInfo
Résultat array