ChainExtractor
class ChainExtractor implements ExtractorInterface
ChainExtractor extracts translation messages from template files.
Methods
addExtractor(string $format, ExtractorInterface $extractor)
Adds a loader to the translation extractor.
setPrefix(string $prefix)
Sets the prefix that should be used for new found messages.
extract($directory, MessageCatalogue $catalogue)
Extracts translation messages from files, a file or a directory to the catalogue.
Details
addExtractor(string $format, ExtractorInterface $extractor)
Adds a loader to the translation extractor.
extract($directory, MessageCatalogue $catalogue)
Extracts translation messages from files, a file or a directory to the catalogue.