move content fetcher class
[stapibas.git] / src / stapibas / Cli.php
index 4a360502bb2e5ee86307627520d210567175f0d5..10b695751f161c6172aab214637f20d5d42a5a0e 100644 (file)
@@ -124,6 +124,10 @@ class Cli
     protected function runPingbackHandler(
         \Console_CommandLine_Result $command, Dependencies $deps
     ) {
+        //fetch content of pingback source pages
+        $cf = new Content_Fetcher($deps);
+        $cf->updateAll();
+
         //FIXME
     }