Public Member Functions | Protected Member Functions | Protected Attributes

Rss Class Reference

Inheritance diagram for Rss:
Collaboration diagram for Rss:

List of all members.

Public Member Functions

 render ()
 topshop ()
 newarts ()
 catarts ()
 searcharts ()
 recommlists ()
 recommlistarts ()
 bargain ()
 getChannel ()
 getXmlDef ()

Protected Member Functions

 _getRssFeed ()
 _processOutput ($sInput)

Protected Attributes

 $_oRss = null
 $_oChannel = null
 $_aXmlDef = null
 $_sThisTemplate = 'widget/rss.tpl'

Detailed Description

Shop RSS page.

Definition at line 6 of file rss.php.


Member Function Documentation

Rss._getRssFeed (  )  [protected]

get oxRssFeed

Returns:
oxRssFeed

Definition at line 37 of file rss.php.

Rss._processOutput ( sInput  )  [protected]

Processes xml before outputting to user

Parameters:
string $sInput input to process
Returns:
string

Definition at line 88 of file rss.php.

Rss.bargain (  ) 

getBargain loads top shop articles to rss

public

Returns:
void

Definition at line 198 of file rss.php.

Rss.catarts (  ) 

loads category articles

public

Returns:
void

Definition at line 129 of file rss.php.

Rss.getChannel (  ) 

Template variable getter. Returns rss channel

Returns:
object

Definition at line 212 of file rss.php.

Rss.getXmlDef (  ) 

Template variable getter. Returns xml start and end definition

Deprecated:
since 4.5.0 not used any more
Returns:
array

Definition at line 227 of file rss.php.

Rss.newarts (  ) 

loads newest shop articles

public

Returns:
void

Definition at line 114 of file rss.php.

Rss.recommlistarts (  ) 

loads recommendation list articles

public

Returns:
void

Definition at line 180 of file rss.php.

Rss.recommlists (  ) 

loads recommendation lists

public

Returns:
void

Definition at line 162 of file rss.php.

Rss.render (  ) 

Renders requested RSS feed

Template variables: rss

Returns:
string $this->_sThisTemplate current template file name

Reimplemented from oxUBase.

Definition at line 53 of file rss.php.

Rss.searcharts (  ) 

loads search articles

public

Returns:
void

Definition at line 147 of file rss.php.

Rss.topshop (  ) 

getTopShop loads top shop articles to rss

public

Returns:
void

Definition at line 99 of file rss.php.


Member Data Documentation

Rss.$_aXmlDef = null [protected]

Definition at line 24 of file rss.php.

Rss.$_oChannel = null [protected]

Definition at line 18 of file rss.php.

Rss.$_oRss = null [protected]

Definition at line 12 of file rss.php.

Rss.$_sThisTemplate = 'widget/rss.tpl' [protected]

Reimplemented from oxView.

Definition at line 30 of file rss.php.


The documentation for this class was generated from the following file: