Explorar el Código

feeditem_common: add get_element()

Andrew Dolgov hace 7 años
padre
commit
40f4a7aa6b
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      classes/feeditem/common.php

+ 4 - 0
classes/feeditem/common.php

@@ -21,6 +21,10 @@ abstract class FeedItem_Common extends FeedItem {
 		}
 	}
 
+	function get_element() {
+		return $this->elem;
+	}
+
 	function get_author() {
 		$author = $this->elem->getElementsByTagName("author")->item(0);