1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +00:00

add basic tinyparser/atom

This commit is contained in:
Andrew Dolgov
2013-05-01 17:04:57 +04:00
parent 7fc041c6ef
commit cd07592c29
5 changed files with 255 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
<?php
class FeedEnclosure {
public $link;
public $type;
public $length;
}
?>