Translatable
Translatable.php
:
18
Interface
Interface implemented by everything which should be translatable. This should, for example, be implemented by any exception, which might bubble up to a user, or validation errors.
Methods¶
getTranslatableMessage()
¶
Translatable.php
:
23
Returns a translatable Message.
|
|