sitewards / setup

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

Closed dpoposki closed 7 years ago

dpoposki commented 7 years ago

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.

dmanners commented 7 years ago

All good all merged!