YamlFileDumper
class YamlFileDumper extends FileDumper
YamlFileDumper generates yaml files from a message catalogue.
Properties
protected string | $relativePathTemplate | A template for the relative paths to files. | from FileDumper |
Methods
setRelativePathTemplate(string $relativePathTemplate)
Sets the template for the relative paths to files.
from FileDumper
from FileDumper
string
formatCatalogue(MessageCatalogue $messages, string $domain, array $options = array())
Transforms a domain of a message catalogue to its string representation.
string
getExtension()
Gets the file extension of the dumper.
__construct(string $extension = 'yml')
No description
Details
setRelativePathTemplate(string $relativePathTemplate)
Sets the template for the relative paths to files.
string
formatCatalogue(MessageCatalogue $messages, string $domain, array $options = array())
Transforms a domain of a message catalogue to its string representation.