Méthode |
Description |
|
__construct ( Translator $translator, Symfony\Component\Console\Output\OutputInterface $output ) |
|
|
execute ( ) |
Executes the export by loading the catalogue and writing messages
from the defined domains to the defined file. |
|
getBackend ( ) : boolean |
Returns whether the backend translations should be included in the export or not. |
|
getFilename ( ) : string |
Returns the name of the file to export. |
|
getFormat ( ) : string |
Returns the format, in which the catalogue should be exported. |
|
getFrontend ( ) : boolean |
Returns whether the frontend translations should be included in the export or not. |
|
getLocale ( ) : string |
Returns the locale of the package, which should be exported. |
|
getPath ( ) : string |
Returns the path to the directory, in which the export should be located. |
|
setBackend ( boolean $backend ) |
Sets whether the backend translations should be included in the export or not. |
|
setFilename ( string $filename ) |
Sets the filename. |
|
setFormat ( string $format ) |
Set the format, in which the catalogue should be exported. |
|
setFrontend ( boolean $frontend ) |
Sets whether the frontend translations should be included in the export or not. |
|
setLocale ( string $locale ) |
Sets the locale of the package, which should be exported. |
|
setPath ( string $path ) |
Sets the path to the directory, in which the export should be located. |
|