You are here

public function MessageCatalogueInterface::set in Plug 7

Sets a message translation.

@api

Parameters

string $id The message id:

string $translation The messages translation:

string $domain The domain name:

1 method overrides MessageCatalogueInterface::set()
MessageCatalogue::set in lib/Symfony/translation/MessageCatalogue.php
@api

File

lib/Symfony/translation/MessageCatalogueInterface.php, line 65

Class

MessageCatalogueInterface
MessageCatalogueInterface.

Namespace

Symfony\Component\Translation

Code

public function set($id, $translation, $domain = 'messages');