Class Reporter
A fault reporter is invoked by the global fault handler to report an incident. Generally, a reporter relies on incident formatters to create content that is then further processed by the reporter, i.e. by showing the user an incident report or informing a system administrator.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\Fault\Reporter
Direct known subclasses
Core\Fault\Reporter\Driver\mailto,
Core\Fault\Reporter\Driver\stdout
Namespace: Core\Fault
Package: Core\Fault
Since: 3.2
Requires: PHP 5.3
Version: 1.0
Located at Fault/Reporter.inc.php
Methods summary
protected
|
|
public static
|
|
abstract public
|
Methods inherited from Core\Object
__autocreateFactory(),
__call(),
__processParameters(),
__toString(),
attachMethod(),
chain(),
getValueForKey(),
getValueForKeyPath(),
getValueForUndefinedKey(),
hash(),
issetValueForKey(),
setValueForKey(),
setValueForKeyPath(),
setValueForUndefinedKey(),
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType,
AutochainParameterType,
AutocreateParameterType,
BooleanParameterType,
CharParameterType,
EnumParameterType,
IntegerParameterType,
RealParameterType,
StringParameterType,
UserParameterType