Overview

Packages

  • Feed

Classes

  • Horde_Feed
  • Horde_Feed_Atom
  • Horde_Feed_Base
  • Horde_Feed_Blogroll
  • Horde_Feed_Entry_Atom
  • Horde_Feed_Entry_Base
  • Horde_Feed_Entry_Blogroll
  • Horde_Feed_Entry_Rss
  • Horde_Feed_Exception
  • Horde_Feed_Rss
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Feed_Atom

Atom feed class

The Horde_Feed_Atom class is a concrete subclass of the general Horde_Feed_Base class, tailored for representing an Atom feed. It shares all of the same methods with its parent. The distinction is made in the format of data that Horde_Feed_Atom expects, and as a further pointer for users as to what kind of feed object they have been passed.

Horde_Xml_Element_List
Extended by Horde_Feed_Base
Extended by Horde_Feed_Atom
Package: Feed
Category: Horde
Located at Horde/Feed/Atom.php
Methods summary
public mixed
# link( string $rel = null )

Easy access to tags keyed by "rel" attributes.

Easy access to tags keyed by "rel" attributes.

Parameters

$rel
The "rel" attribute to look for.

Returns

mixed
Methods inherited from Horde_Feed_Base
__construct(), __wakeup()
API documentation generated by ApiGen