Class stdout
Default fault reporter. Writes incident details to the standard output, which defaults to plain text for CLI applications and HTML otherwise.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Fault\Reporter
- Core\Fault\Reporter\Driver\stdout
Package: Core\Fault\Reporter
Since: 3.2
Requires: PHP 5.3
Version: 1.0
Located at Fault/Reporter/Driver/stdout.inc.php
Methods summary
public
|
|
public
|
Methods inherited from Core\Fault\Reporter
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
Properties summary
protected
|
$_v_formatter
Instance of auto-configured formatter. |
Magic properties
public read-only
|
$formatter
Instance of auto-configured formatter. |