interface FormatterInterface (View source)

Methods

__construct(ErrorList $error)

Initialize the instance.

string
render()

Render the error list.

Details

__construct(ErrorList $error)

Initialize the instance.

Parameters

ErrorList $error

the error list to be formatted

string render()

Render the error list.

Return Value

string