OpenCart 🇺🇦

Схема

public mixed __construct ( $registry )

Аргументы

Аргумент Возможный тип Описание
$registry

Описание

Метод пока еще не документирован.

Исходный код

$this->registry = $registry;
$this->token = $this->config->get('openbaypro_token');
$this->secret = $this->config->get('openbaypro_secret');
$this->logging = $this->config->get('openbaypro_logging');
$this->tax = $this->config->get('tax');
$this->server = 1;
$this->lasterror = '';
$this->lastmsg = '';

$this->load->library('log');
$this->logger = new Log('ebaylog.log');