public function __construct($context = null) { if ($context == null) { $context = \MagentoConfigs::$CONTEXT; } $this->proxy = ProxyFactory::FactoryProducts($context); }
public function __construct() { $this->proxy = ProxyFactory::FactoryStockItems(\MagentoConfigs::$CONTEXT); }
public function __construct() { $this->proxy = ProxyFactory::FactoryCustomerAddresses(\MagentoConfigs::$CONTEXT); }
public function __construct() { $this->proxy = ProxyFactory::FactoryProductImages(\MagentoConfigs::$CONTEXT); }
public function __construct() { $this->proxy = ProxyFactory::FactoryOrderComments(\MagentoConfigs::$CONTEXT); }