support media:description for media: enclosures

This commit is contained in:
Andrew Dolgov
2013-08-05 12:26:09 +04:00
parent 6bf61bdc63
commit 5c54e68388
6 changed files with 29 additions and 3 deletions

View File

@@ -3,5 +3,6 @@ class FeedEnclosure {
public $link;
public $type;
public $length;
public $title;
}
?>