PHP Class Jamm\Tester\Error

Show file Open project: jamm/memory

Protected Properties

Property Type Description
$code
$debug_trace
$debug_trace_level
$filepath
$line
$message
$timestamp

Public Methods

Method Description
__construct ( )
getCode ( )
getDebugTrace ( )
getFilepath ( )
getLine ( )
getMessage ( )
getTimestamp ( )
setCode ( $code )
setDebugTrace ( $debug_trace )
setFilepath ( $filepath )
setInitialTime ( )
setLine ( $line )
setMessage ( $message )
setTimestamp ( $timestamp )

Method Details

__construct() public method

public __construct ( )

getCode() public method

public getCode ( )

getDebugTrace() public method

public getDebugTrace ( )

getFilepath() public method

public getFilepath ( )

getLine() public method

public getLine ( )

getMessage() public method

public getMessage ( )

getTimestamp() public method

public getTimestamp ( )

setCode() public method

public setCode ( $code )

setDebugTrace() public method

public setDebugTrace ( $debug_trace )

setFilepath() public method

public setFilepath ( $filepath )

setInitialTime() public method

public setInitialTime ( )

setLine() public method

public setLine ( $line )

setMessage() public method

public setMessage ( $message )

setTimestamp() public method

public setTimestamp ( $timestamp )

Property Details

$code protected property

protected $code

$debug_trace protected property

protected $debug_trace

$debug_trace_level protected property

protected $debug_trace_level

$filepath protected property

protected $filepath

$line protected property

protected $line

$message protected property

protected $message

$timestamp protected property

protected $timestamp