class XmlErrorCodeProvider implements ErrorCodeProviderInterface

Class XmlErrorCodeProvider.

Methods

__construct()

XmlErrorCodeProvider constructor.

array|null
getAll()

Get all codes and messages.

string|null
getValue(string|null $code)

Get Error Message by code.

Details

at line 21
__construct()

XmlErrorCodeProvider constructor.

at line 31
array|null getAll()

Get all codes and messages.

Return Value

array|null

at line 53
string|null getValue(string|null $code)

Get Error Message by code.

Parameters

string|null $code

Return Value

string|null