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