Class defining an enclosure element.
Source for this file: /Feed/src/structs/enclosure.php
ezcFeedElement | --ezcFeedEnclosureElement
Version: | //autogentag// |
string | read/write |
$length
The length of the enclosure (usually in bytes). |
string | read/write |
$type
The type of the enclosure (eg. 'audio/x-mp3'). |
string | read/write |
$url
The URL of the enclosure. |
public int |
$length
The length in bytes of the resource pointed by href. |
public string |
$type
The type of the resource pointed by href. |
public string |
$url
The URL value. |
From ezcFeedElement | |
---|---|
protected |
ezcFeedElement::$properties
|