move content fetcher class
authorChristian Weiske <cweiske@cweiske.de>
Sun, 16 Jun 2013 05:56:07 +0000 (07:56 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sun, 16 Jun 2013 05:56:07 +0000 (07:56 +0200)
src/stapibas/Cli.php
src/stapibas/Content/Fetcher.php [moved from src/stapibas/Pingback/ContentFetcher.php with 98% similarity]

index 02942e4593147f4d1b7e71e2a138f3efa590e508..10b695751f161c6172aab214637f20d5d42a5a0e 100644 (file)
@@ -125,7 +125,7 @@ class Cli
         \Console_CommandLine_Result $command, Dependencies $deps
     ) {
         //fetch content of pingback source pages
-        $cf = new Pingback_ContentFetcher($deps);
+        $cf = new Content_Fetcher($deps);
         $cf->updateAll();
 
         //FIXME
similarity index 98%
rename from src/stapibas/Pingback/ContentFetcher.php
rename to src/stapibas/Content/Fetcher.php
index aa9abcc27752879cbcfa99241d82cff7a588eb0d..108a703c669379846111bdb5515a00fa381d0324 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 namespace stapibas;
 
-class Pingback_ContentFetcher
+class Content_Fetcher
 {
     public $db;
     public $log;