Class plain
Formats incident summary and trace for output as plain text.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Fault\Formatter
- Core\Fault\Formatter\Driver\plain
Package: Core\Fault\Formatter
Since: 3.2
Requires: PHP 5.3
Version: 1.0
Located at Fault/Formatter/Driver/plain.inc.php
Methods summary
public
string
|
#
contentType( )
Returns the content type of the output generated by the formatter. This is used by some reporters that allows a flexible configuration of the formatter being used but need to know the type of output generated. |
public
mixed
|
|
public
mixed
|
Methods inherited from Core\Fault\Formatter
__construct()
,
autocreate()
,
charset()
,
encodeCDATA()
,
formatFilename()
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