PHP Class PHPUnit_Util_DeprecatedFeature, qcodo

Author: Ralph Schindler ([email protected])
Author: Sebastian Bergmann ([email protected])
Show file Open project: qcodo/qcodo

Protected Properties

Property Type Description
$message string
$traceInfo array

Public Methods

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

Method Details

__construct() public method

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

__toString() public method

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

Property Details

$message protected property

protected string $message
return string

$traceInfo protected property

protected array $traceInfo
return array