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.
setPrefix(string $prefix)
Sets the prefix that should be used for new found messages.
Please login to continue.