public function __construct(AccountType $type)
 {
     parent::__construct($type);
     Config::merge(array("accounts_throttle" => 1));
 }
Пример #2
0
 function __construct()
 {
     parent::__construct(new TestSimpleAccountType());
 }
 public function __construct(AccountType $type)
 {
     parent::__construct($type);
     Config::merge(array("accounts_throttle" => 1, "accounts_btcguild_throttle" => 15, "accounts_wemineltc_throttle" => 60));
 }