From 1c006551e856244efcaa182d354b3d04675c2d46 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Sun, 29 Jul 2012 18:04:03 -0400 Subject: select opml dialog improved --- opmlparser.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'opmlparser.php') 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 -- cgit v1.2.3