Home
last modified time | relevance | path

Searched refs:FeedCreatorOptions (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/
H A Dfeed.php14 use dokuwiki\Feed\FeedCreatorOptions; alias
34 $options = new FeedCreatorOptions();
/dokuwiki/_test/tests/Feed/
H A DFeedCreatorValidationTest.php6 use dokuwiki\Feed\FeedCreatorOptions; alias
24 $options = new FeedCreatorOptions();
/dokuwiki/inc/Feed/
H A DFeedCreator.php12 /** @var FeedCreatorOptions */
16 * @param FeedCreatorOptions $options
18 public function __construct(FeedCreatorOptions $options)
H A DFeedCreatorOptions.php10 class FeedCreatorOptions class