You are here

class OpmlItem in Feeds 8.3

Defines an item class for use with an OPML document.

Hierarchy

Expanded class hierarchy of OpmlItem

1 file declares its use of OpmlItem
OpmlParser.php in src/Feeds/Parser/OpmlParser.php

File

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

Namespace

Drupal\feeds\Feeds\Item
View source
class OpmlItem extends BaseItem {
  protected $title;
  protected $xmlurl;
  protected $categories;
  protected $htmlurl;

}

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
OpmlItem::$categories protected property
OpmlItem::$htmlurl protected property
OpmlItem::$title protected property
OpmlItem::$xmlurl protected property