Path

ez components / documentation / api reference / trunk / feed


eZ Components trunk

Feed: ezcFeedLinkElement

[ Tutorial ] [ Specifications ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcFeedLinkElement

Class defining a link element. [source]

Parents

ezcFeedElement
   |
   --ezcFeedLinkElement

Properties

string read/write  $href
The URL value of the link element.
string read/write  $hreflang
The language of the resource pointed by href.
int read/write  $length
The length in bytes for the resource pointed by href.
string read/write  $rel
The URL relation (eg. 'alternate', 'enclosure', etc).
string read/write  $title
The title for the URL.
string read/write  $type
The type of the resource pointed by href (eg. 'audio/x-mp3').

Member Variables

public string $href
The URL value.
public string $hreflang
The language for the resource pointed by href.
public int $length
The length in bytes of the resource pointed by href.
public string $rel
The rel for the link.
public string $title
The title for the link.
public string $type
The type of the resource pointed by href.

Inherited Member Variables

From ezcFeedElement:
protected  ezcFeedElement::$properties

Method Summary

public string __toString( )
Returns the href attribute.

Methods

__toString

string __toString( )
Returns the href attribute.

Last updated: Mon, 10 Nov 2008