__construct() public method

public __construct ( $totalResultSetSize = null, $startIndex = null, $results = null )
Beispiel #1
0
 function __construct()
 {
     $this->name = 'orderlogin';
     $this->tab = 'Order';
     $this->version = '0.9';
     parent::__construct();
     $this->orderPageTitle = $this->l('Login');
     $this->displayName = $this->l('Log in / account creation');
     $this->description = $this->l('Requires the user to log in or register a new account before proceeding');
 }
Beispiel #2
0
 function __construct()
 {
     $this->name = 'ordercarrier';
     $this->tab = 'Order';
     $this->version = '0.9';
     parent::__construct();
     $this->orderPageTitle = $this->l("Carrier");
     $this->displayName = $this->l('Carrier selection');
     $this->description = $this->l('Lets the user select carrier');
 }
Beispiel #3
0
 function __construct()
 {
     $this->name = 'orderpayment';
     $this->tab = 'Order';
     $this->version = '0.9';
     parent::__construct();
     $this->orderPageTitle = $this->l('Payment');
     $this->displayName = $this->l('Payment form');
     $this->description = $this->l('Payment and order finalisation');
 }
Beispiel #4
0
 function __construct()
 {
     $this->name = 'ordervendor';
     $this->tab = 'Order';
     $this->version = '0.9';
     parent::__construct();
     $this->orderPageTitle = $this->l("Vendor");
     $this->displayName = $this->l('Vendor chooser');
     $this->description = $this->l('Lets the user choose a supporting local vendor for each product');
 }
Beispiel #5
0
 function __construct()
 {
     $this->name = 'ordersummary';
     $this->tab = 'Order';
     $this->version = '0.9';
     parent::__construct();
     $this->orderPageTitle = $this->l('Summary');
     $this->displayName = $this->l('Brief order summary');
     $this->description = $this->l('Shows a brief summary of the order');
 }
 function __construct()
 {
     $this->name = 'orderpriceadjustment';
     $this->tab = 'Order';
     $this->version = '0.9';
     parent::__construct();
     $this->orderPageTitle = $this->l('Price adjustment');
     $this->displayName = $this->l('Price adjustment summary');
     $this->description = $this->l('Presents the user with a second order summary with prices in the local currency and with all group-specific discounts applied');
 }
Beispiel #7
0
 function __construct()
 {
     $this->name = 'orderaddress';
     $this->tab = 'Order';
     $this->version = '0.9';
     parent::__construct();
     $this->orderPageTitle = $this->l('Address');
     $this->displayName = $this->l('Address chooser');
     $this->description = $this->l('Lets the user choose a local address / repair/guarantee provider for each product');
 }