]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/ImportBundle/Import/WallabagImport.php
Refacto wallabag import 1820/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 28 Mar 2016 14:43:33 +0000 (16:43 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 28 Mar 2016 14:43:33 +0000 (16:43 +0200)
commitb787a7757ea73b9d10c14cb21758feb07dfc5885
tree13989f7a843332cdee095d456863535a2854862c
parent0e49487bb0a004d526eb41e7d3fb44b566441e34
Refacto wallabag import

Use an abstract class to store all common action from wallabag vX import.
Move specificity in v1 & v2 import.
src/Wallabag/ImportBundle/Controller/WallabagController.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Controller/WallabagV1Controller.php
src/Wallabag/ImportBundle/Controller/WallabagV2Controller.php
src/Wallabag/ImportBundle/Import/WallabagImport.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Import/WallabagV1Import.php
src/Wallabag/ImportBundle/Import/WallabagV2Import.php