You are here

OpmlItem.php in Feeds 8.3

File

src/Feeds/Item/OpmlItem.php
View source
<?php

namespace Drupal\feeds\Feeds\Item;


/**
 * Defines an item class for use with an OPML document.
 */
class OpmlItem extends BaseItem {
  protected $title;
  protected $xmlurl;
  protected $categories;
  protected $htmlurl;

}

Classes

Namesort descending Description
OpmlItem Defines an item class for use with an OPML document.