StandardFormatter
class StandardFormatter extends AbstractFormatter (View source)
Properties
protected ErrorList | $error | The error list to be formatted. | from AbstractFormatter |
Methods
string
render()
Render the error list.
string
getString()
Build an HTML-formatted string describing the errors.
Details
in AbstractFormatter at line 21
__construct(ErrorList $error)
Initialize the instance.
at line 14
string
render()
Render the error list.
at line 24
string
getString()
Build an HTML-formatted string describing the errors.