class PhpExtractor extends AbstractFileExtractor implements ExtractorInterface
PhpExtractor extracts translation messages from a PHP template.
Constants
MESSAGE_TOKEN |
Methods
extract(string|array $resource, MessageCatalogue $catalog) 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 $catalog)
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.