Pman/Reddit/DataObjects/Reddit_livefeed.php
authorAlan Knowles <alan@roojs.com>
Mon, 8 Dec 2014 08:39:14 +0000 (16:39 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 8 Dec 2014 08:39:14 +0000 (16:39 +0800)
Pman/Reddit/DataObjects/Reddit_livefeed.php

index 70997a2..72379e5 100644 (file)
@@ -113,5 +113,16 @@ data =>
         $r = json_decode($this->embeds);
         return $r[0]->url;
     }
+    
+    function fetchEmbed()
+    {
+        
+        
+        
+        
+        
+        
+    }
+    
      
 }