first version of comment extraction
[stapibas.git] / src / stapibas / Cli.php
index 4a360502bb2e5ee86307627520d210567175f0d5..52c7143761bf1031081513b6d4c9fdb8af7d9ad8 100644 (file)
@@ -124,7 +124,12 @@ class Cli
     protected function runPingbackHandler(
         \Console_CommandLine_Result $command, Dependencies $deps
     ) {
-        //FIXME
+        //fetch content of pingback source pages
+        $cf = new Content_Fetcher($deps);
+        $cf->updateAll();
+
+        $cx = new Content_Extractor($deps);
+        $cx->updateAll();
     }