X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FWallabag%2FEbooks.php;fp=inc%2Fpoche%2FWallabagEBooks.class.php;h=2ad89a1cbe22af8d699ca2318af82eb0d52a6270;hb=6ad93dff69d7c2beb2196e73f641e6484fccbeb7;hp=a9c62af936f3f2f6ece13925ce86ade91df22241;hpb=c78c1a3f08815aab99752026ccdf1dcf63cf43c1;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/poche/WallabagEBooks.class.php b/src/Wallabag/Wallabag/Ebooks.php similarity index 99% rename from inc/poche/WallabagEBooks.class.php rename to src/Wallabag/Wallabag/Ebooks.php index a9c62af9..2ad89a1c 100644 --- a/inc/poche/WallabagEBooks.class.php +++ b/src/Wallabag/Wallabag/Ebooks.php @@ -8,7 +8,9 @@ * @license http://opensource.org/licenses/MIT see COPYING file */ -class WallabagEBooks +namespace Wallabag\Wallabag; + +class Ebooks { protected $wallabag; protected $method; @@ -18,7 +20,7 @@ class WallabagEBooks protected $bookFileName; protected $author = 'wallabag'; - public function __construct(Poche $wallabag, $method, $value) + public function __construct(Wallabag $wallabag, $method, $value) { $this->wallabag = $wallabag; $this->method = $method;