コード例 #1
0
 public function __construct($magurl, $raurl)
 {
     parent::__construct($magurl);
     $sep = substr($raurl, -1) == "/" ? "" : "/";
     $this->_raurl = $raurl . $sep . "magmi_remoteagent.php";
     MagentoDirHandlerFactory::getInstance()->registerHandler($this);
 }
コード例 #2
0
ファイル: fshelper.php プロジェクト: marcellsauer/magmi-git
 /**
  * Constructor
  * 
  * @param unknown $magdir            
  */
 public function __construct($magdir)
 {
     parent::__construct($magdir);
     // Registers itself in the factory
     MagentoDirHandlerFactory::getInstance()->registerHandler($this);
     $this->_rfgid = "default";
 }
コード例 #3
0
ファイル: fshelper.php プロジェクト: lsv/magmi-datapump
 public function __construct($magdir)
 {
     parent::__construct($magdir);
     MagentoDirHandlerFactory::getInstance()->registerHandler($this);
 }