You are here

class SitemapItem in Feeds 8.3

Defines an item class for use with an RSS/Atom parser.

Hierarchy

Expanded class hierarchy of SitemapItem

1 file declares its use of SitemapItem
SitemapParser.php in src/Feeds/Parser/SitemapParser.php

File

src/Feeds/Item/SitemapItem.php, line 8

Namespace

Drupal\feeds\Feeds\Item
View source
class SitemapItem extends BaseItem {
  protected $url;
  protected $lastmod;
  protected $changefreq;
  protected $priority;

}

Members

Namesort descending Modifiers Type Description Overrides
BaseItem::fromArray public function Loads data in from an array. Overrides ItemInterface::fromArray
BaseItem::get public function Returns the value for a target field. Overrides ItemInterface::get
BaseItem::set public function Sets a value for a field. Overrides ItemInterface::set
BaseItem::toArray public function Converts the item to an array. Overrides ItemInterface::toArray
SitemapItem::$changefreq protected property
SitemapItem::$lastmod protected property
SitemapItem::$priority protected property
SitemapItem::$url protected property