summaryrefslogtreecommitdiffstats
path: root/opmlparser.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-29 18:04:03 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-29 18:04:03 -0400
commit1c006551e856244efcaa182d354b3d04675c2d46 (patch)
tree3e1ec81566f1d36b35b7ea1f3e7fce75272646a1 /opmlparser.php
parent42458fad2ff26b95b09342981579e11ae783eaf8 (diff)
select opml dialog improved
Diffstat (limited to 'opmlparser.php')
-rw-r--r--opmlparser.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/opmlparser.php b/opmlparser.php
index ab0c8beb0..0407e0f7e 100644
--- a/opmlparser.php
+++ b/opmlparser.php
@@ -10,6 +10,13 @@ class OPMLParser {
$this->data = array();
}
+ public function parse(){
+
+ }
+ //TODO: implement an iterator to get data in a fancier way
+ public function getData() {
+ return $this->data;
+ }
} \ No newline at end of file