move to psr-4 autoloader
This commit is contained in:
21
classes/FeedEnclosure.php
Normal file
21
classes/FeedEnclosure.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
class FeedEnclosure {
|
||||
/** @var string */
|
||||
public $link;
|
||||
|
||||
/** @var string */
|
||||
public $type;
|
||||
|
||||
/** @var string */
|
||||
public $length;
|
||||
|
||||
/** @var string */
|
||||
public $title;
|
||||
|
||||
/** @var string */
|
||||
public $height;
|
||||
|
||||
/** @var string */
|
||||
public $width;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user