W3cubDocs

/Symfony 2.7

Symfony\Component\Translation\Extractor\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(string $directory, MessageCatalogue $catalogue)

Extracts translation messages from a template directory to the catalogue.

Details

public addExtractor(string $format, ExtractorInterface $extractor)

Adds a loader to the translation extractor.

Parameters

string $format The format of the loader
ExtractorInterface $extractor The loader

public setPrefix(string $prefix)

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

Parameters

string $prefix The prefix

public extract(string $directory, MessageCatalogue $catalogue)

Extracts translation messages from a template directory to the catalogue.

Parameters

string $directory The path to look into
MessageCatalogue $catalogue The catalogue

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Translation/Extractor/ChainExtractor.html