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