2013-05-01 13:04:57 +00:00
|
|
|
<?php
|
|
|
|
class FeedEnclosure {
|
|
|
|
public $link;
|
|
|
|
public $type;
|
|
|
|
public $length;
|
2013-08-05 08:26:09 +00:00
|
|
|
public $title;
|
2014-07-15 13:32:28 +00:00
|
|
|
public $height;
|
|
|
|
public $width;
|
2013-05-01 13:04:57 +00:00
|
|
|
}
|
2017-04-26 17:24:18 +00:00
|
|
|
|