Public Member Functions | Protected Attributes

Info Class Reference

Inheritance diagram for Info:
Collaboration diagram for Info:

List of all members.

Public Member Functions

 info ()
 render ()
 getTemplateName ()
 getDeliveryList ()
 getDeliverySetList ()

Protected Attributes

 $_oDelList = null
 $_oDelSetList = null
 $_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW

Detailed Description

Shop information manager. Renders and displays default or passed by URL template.

Definition at line 7 of file info.php.


Member Function Documentation

Info.getDeliveryList (  ) 

Template variable getter. Returns delivery list

Returns:
object

Definition at line 100 of file info.php.

Info.getDeliverySetList (  ) 

Template variable getter. Returns delivery set list

Returns:
object

Definition at line 114 of file info.php.

Info.getTemplateName (  ) 

Template variable getter. Returns this template name

Returns:
string

Reimplemented from oxView.

Definition at line 90 of file info.php.

Info.info (  ) 

Class constructor, assigns template file name passed by URL or stored in session ("tpl", "infotpl").

Template variables: tpl

Session variables: infotpl

Definition at line 38 of file info.php.

Info.render (  ) 

Loads delivery, deliveryset list info and returns name of template file to render info._sThisTemplate. If no template name specified - will load "impressum" content

Template variables: deliverylist, deliverysetlist

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

Reimplemented from oxUBase.

Definition at line 64 of file info.php.


Member Data Documentation

Info.$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW [protected]

Current view search engine indexing state: VIEW_INDEXSTATE_INDEX - index without limitations VIEW_INDEXSTATE_NOINDEXNOFOLLOW - no index / no follow VIEW_INDEXSTATE_NOINDEXFOLLOW - no index / follow

Reimplemented from oxUBase.

Definition at line 26 of file info.php.

Info.$_oDelList = null [protected]

Definition at line 13 of file info.php.

Info.$_oDelSetList = null [protected]

Definition at line 19 of file info.php.


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