Ejemplo n.º 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);
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  * 
  * @param unknown $magdir            
  */
 public function __construct($magdir)
 {
     parent::__construct($magdir);
     // Registers itself in the factory
     MagentoDirHandlerFactory::getInstance()->registerHandler($this);
     $this->_rfgid = "default";
 }
Ejemplo n.º 3
0
 public function __construct($magdir)
 {
     parent::__construct($magdir);
     MagentoDirHandlerFactory::getInstance()->registerHandler($this);
 }