Home
last modified time | relevance | path

Searched refs:skipDays (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php125 if ($this->skipDays != "") {
126 $feed .= " <skipDays>".htmlspecialchars($this->skipDays)."</skipDays>\n";
H A DFeedCreator.php22 public $syndicationURL, $image, $language, $copyright, $pubDate, $lastBuildDate, $editor, $editorEmail, $webmaster, $category, $docs, $ttl, $rating, $skipHours, $skipDays; variable in FeedCreator