10 lignes
129 o
PHP
10 lignes
129 o
PHP
<?php
|
|
class FeedEnclosure {
|
|
public $link;
|
|
public $type;
|
|
public $length;
|
|
public $title;
|
|
public $height;
|
|
public $width;
|
|
}
|
|
?>
|