PHP 클래스 PHPUnit_Util_DeprecatedFeature, qcodo

저자: Ralph Schindler ([email protected])
저자: Sebastian Bergmann ([email protected])
파일 보기 프로젝트 열기: qcodo/qcodo

보호된 프로퍼티들

프로퍼티 타입 설명
$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