PHP 클래스 Phprest\Entity\DebugError

상속: extends Error
파일 보기 프로젝트 열기: phprest/phprest 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fileName string
$line integer
$trace string

공개 메소드들

메소드 설명
__construct ( Exception $exception )
getFileName ( ) : string
getLine ( ) : integer
getTrace ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( Exception $exception )
$exception Exception

getFileName() 공개 메소드

public getFileName ( ) : string
리턴 string

getLine() 공개 메소드

public getLine ( ) : integer
리턴 integer

getTrace() 공개 메소드

public getTrace ( ) : array
리턴 array

프로퍼티 상세

$fileName 보호되어 있는 프로퍼티

protected string $fileName
리턴 string

$line 보호되어 있는 프로퍼티

protected int $line
리턴 integer

$trace 보호되어 있는 프로퍼티

protected string $trace
리턴 string