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

 init ()
 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 = '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 51 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 96 of file rss.php.

Rss.bargain (  ) 

getBargain loads top shop articles to rss

public

Returns:
void

Definition at line 206 of file rss.php.

Rss.catarts (  ) 

loads category articles

public

Returns:
void

Definition at line 137 of file rss.php.

Rss.getChannel (  ) 

Template variable getter. Returns rss channel

Returns:
object

Definition at line 220 of file rss.php.

Rss.getXmlDef (  ) 

Template variable getter. Returns xml start and end definition

Returns:
array

Definition at line 233 of file rss.php.

Rss.init (  ) 

initializes objects

public

Returns:
void

Reimplemented from oxUBase.

Definition at line 38 of file rss.php.

Rss.newarts (  ) 

loads newest shop articles

public

Returns:
void

Definition at line 122 of file rss.php.

Rss.recommlistarts (  ) 

loads recommendation list articles

public

Returns:
void

Definition at line 188 of file rss.php.

Rss.recommlists (  ) 

loads recommendation lists

public

Returns:
void

Definition at line 170 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 67 of file rss.php.

Rss.searcharts (  ) 

loads search articles

public

Returns:
void

Definition at line 155 of file rss.php.

Rss.topshop (  ) 

getTopShop loads top shop articles to rss

public

Returns:
void

Definition at line 107 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 = '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: