class SyndicationItem in Feeds 8.3
Defines an item class for use with an RSS/Atom parser.
Hierarchy
- class \Drupal\feeds\Feeds\Item\BaseItem implements ItemInterface
- class \Drupal\feeds\Feeds\Item\SyndicationItem
Expanded class hierarchy of SyndicationItem
1 file declares its use of SyndicationItem
- SyndicationParser.php in src/
Feeds/ Parser/ SyndicationParser.php
File
- src/
Feeds/ Item/ SyndicationItem.php, line 8
Namespace
Drupal\feeds\Feeds\ItemView source
class SyndicationItem extends BaseItem {
protected $title;
protected $content;
protected $description;
protected $author_name;
protected $timestamp;
protected $updated;
protected $url;
protected $guid;
protected $tags;
protected $geolocations;
protected $enclosures;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BaseItem:: |
public | function |
Loads data in from an array. Overrides ItemInterface:: |
|
BaseItem:: |
public | function |
Returns the value for a target field. Overrides ItemInterface:: |
|
BaseItem:: |
public | function |
Sets a value for a field. Overrides ItemInterface:: |
|
BaseItem:: |
public | function |
Converts the item to an array. Overrides ItemInterface:: |
|
SyndicationItem:: |
protected | property | ||
SyndicationItem:: |
protected | property | ||
SyndicationItem:: |
protected | property | ||
SyndicationItem:: |
protected | property | ||
SyndicationItem:: |
protected | property | ||
SyndicationItem:: |
protected | property | ||
SyndicationItem:: |
protected | property | ||
SyndicationItem:: |
protected | property | ||
SyndicationItem:: |
protected | property | ||
SyndicationItem:: |
protected | property | ||
SyndicationItem:: |
protected | property |