Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
ShoppingCartNavigateWidget Class Reference
Inheritance diagram for ShoppingCartNavigateWidget:
BaseJuiWidget

Public Member Functions

 init ()
 run ()
- Public Member Functions inherited from BaseJuiWidget
 getViewFile ($viewName)

Public Attributes

 $stepsCount
 $step

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.

Widget for view navigate panel

Definition at line 12 of file ShoppingCartNavigateWidget.php.

Member Function Documentation

ShoppingCartNavigateWidget::init ( )

Override base init. For skipping scripts and css init.

Returns
void

Definition at line 27 of file ShoppingCartNavigateWidget.php.

{
}
ShoppingCartNavigateWidget::run ( )

Render ShoppingCartNavigateWidget view

Returns
void

Definition at line 36 of file ShoppingCartNavigateWidget.php.

{
$this->render('ShoppingCartNavigateWidget', array('stepsCount'=>$this->stepsCount,'step'=>$this->step));
}

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