示例#1
0
 /**
  * @param App    $app
  * @param string $type
  * @param string $group
  */
 public function __construct($app, $type, $group)
 {
     parent::__construct($app, $type, $group);
     $this->_jbrouter = $this->app->jbrouter;
     $this->_jbmoney = $this->app->jbmoney;
     $this->_jbrequest = $this->app->jbrequest;
     $this->registerCallback('paymentCallback');
 }
示例#2
0
 /**
  * @param App    $app
  * @param string $type
  * @param string $group
  */
 public function __construct($app, $type, $group)
 {
     parent::__construct($app, $type, $group);
     $this->_jbmoney = $this->app->jbmoney;
 }
示例#3
0
 /**
  * Class constructor
  * @param App    $app
  * @param string $type
  * @param string $group
  */
 public function __construct($app, $type, $group)
 {
     parent::__construct($app, $type, $group);
     $this->_jbmoney = $this->app->jbmoney;
     $this->_cartConfig = JBModelConfig::model()->getGroup('cart.config');
 }
示例#4
0
 /**
  * Class constructor
  * @param App    $app
  * @param string $type
  * @param string $group
  */
 public function __construct($app, $type, $group)
 {
     parent::__construct($app, $type, $group);
     $this->_macros = $this->app->jbordermacros;
 }
示例#5
0
 /**
  * @todo args[4] $params ?
  * Constructor
  * @param App    $app
  * @param string $type
  * @param string $group
  */
 public function __construct($app, $type, $group)
 {
     parent::__construct($app, $type, $group);
     $this->_jbhtml = $app->jbhtml;
     $this->_namespace = JBCart::ELEMENT_TYPE_PRICE;
 }