Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JFeedEnclosure

Description

JFeedEnclosure is an internal class that stores feed enclosure information

  • since: 1.5

Located in /joomla/document/feed/feed.php (line 401)

Class JObject   (Subpackage Base)

Class JFeedEnclosure   (Subpackage Document)
Variable Summary
Variable string $length
Variable string $type
Variable string $url
Variables
string $length = "" (line 421)

Lenght enclosure element

required

  • access: public
string $type = "" (line 431)

Type enclosure element

required

  • access: public
string $url = "" (line 411)

URL enclosure element

required

  • access: public

Inherited Variables

Inherited from JObject

Variable JObject::$_errors
Support Joomla!