This is a module that allows a developer to import and export content and configuration via the command line to any framework, as long as a bridge module for that framework has been built.
MIT License
7
stars
0
forks
source link
Give Exporter and Importer classes more specific name #21
Maybe call Sitewards/Setup/Service/Page/Exporter.php and Importer.php something like `FileSystemJsonExporter.php, then other implementations could use other storage facilities or serialization formats.
Points from Vinai:
Maybe call Sitewards/Setup/Service/Page/Exporter.php and Importer.php something like `FileSystemJsonExporter.php, then other implementations could use other storage facilities or serialization formats.
Since you put an interface on them.