JFeedEnclosure: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
=={{JVer|11.1}} JFeedEnclosure== | |||
===Description=== | |||
{{ | |||
=== | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
!Visibility | |||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/document/feed/feed.php | |||
* '''Extends''' [[API17:JObject|JObject]] | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.document.feed.feed' );</source> | <source lang="php">jimport( 'joomla.document.feed.feed' );</source> | ||
===See also=== | ===See also=== | ||
* [[ | * {{JVer|11.1}} '''JFeedEnclosure source code''' on [[jplatform:document/feed/feed.php|BitBucket]] | ||
{{ | * {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]] | ||
* [[API17:JFeedEnclosure|Other versions of JFeedEnclosure]] | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JFeedEnclosure | category=JFeedEnclosure | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude> | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 03:01, 25 March 2017
JFeedEnclosure
Description
Methods
| Visibility | Method name | Description |
|---|
- Defined in libraries/joomla/document/feed/feed.php
- Extends JObject
Importing
jimport( 'joomla.document.feed.feed' );
See also
JFeedEnclosure source code on BitBucket
Subpackage Document- Other versions of JFeedEnclosure
User contributed notes
Code Examples