]> git.wh0rd.org - tt-rss.git/blob - classes/feedenclosure.php
Fix for testing filters getting stuck sometimes.
[tt-rss.git] / classes / feedenclosure.php
1 <?php
2 class FeedEnclosure {
3 public $link;
4 public $type;
5 public $length;
6 public $title;
7 }
8 ?>