コード例 #1
0
ファイル: email.php プロジェクト: alexmixaylov/real
 /**
  * Class constructor
  * @param App  $app
  * @param null $path
  */
 public function __construct($app, $path = null)
 {
     parent::__construct($app, $path);
     $this->_position = $app->jbcartposition;
     $this->_element = $app->jbcartelement;
     $this->_config = JBModelConfig::model();
 }
コード例 #2
0
ファイル: shippingfields.php プロジェクト: alexmixaylov/real
 /**
  * @param App  $app
  * @param null $path
  */
 public function __construct($app, $path = null)
 {
     parent::__construct($app, $path);
     $this->_jbconfig = JBModelConfig::model();
 }