summaryrefslogtreecommitdiff
path: root/classes/FeedEnclosure.php
blob: 10dd2ae3304189ef2bcc75ea9b2db0af9cf2bf7d (plain)
1
2
3
4
5
6
7
8
9
<?php
class FeedEnclosure {
	public string $link = '';
	public string $type = '';
	public string $length = '';
	public string $title = '';
	public string $height = '';
	public string $width = '';
}