ExtractorInterface

interface ExtractorInterface

Extracts translation messages from a directory or files to the catalogue.

New found messages are injected to the catalogue using the prefix.

Methods

extract(string|array $resource, MessageCatalogue $catalogue)

Extracts translation messages from files, a file or a directory to the catalogue.

setPrefix(string $prefix)

Sets the prefix that should be used for new found messages.

Details

extract(string|array $resource, MessageCatalogue $catalogue)

Extracts translation messages from files, a file or a directory to the catalogue.

Parameters

string|array $resource files, a file or a directory
MessageCatalogue $catalogue The catalogue

setPrefix(string $prefix)

Sets the prefix that should be used for new found messages.

Parameters

string $prefix The prefix
doc_Symfony
2016-10-28 06:16:18
Comments
Leave a Comment

Please login to continue.