implement list mode

This new syntax allows to specify a list of images including title and
description.

implements #7
implements #159
This commit is contained in:
Andreas Gohr
2023-08-23 15:57:04 +02:00
parent b3c199ca0d
commit 826d25a2f9
7 changed files with 90 additions and 10 deletions

View File

@ -9,7 +9,10 @@ class FeedGallery extends AbstractGallery
protected $feedHost;
protected $feedPath;
/** @inheritdoc */
/**
* @inheritdoc
* @param string $url
*/
public function __construct($url, Options $options)
{
parent::__construct($url, $options);