Ejemplo n.º 1
0
 public function __construct(PhealFactory $pheal, Registry $registry, EveRegistry $eveRegistry, Logger $logger, ApiKeyManager $apiManager)
 {
     parent::__construct($pheal, $registry, $eveRegistry, $logger);
     $this->api_manager = $apiManager;
 }
Ejemplo n.º 2
0
 public function __construct(PhealFactory $pheal, Registry $doctrine, EveRegistry $registry, LoggerInterface $logger, AssetDetailUpdateManager $itemManager, PriceUpdateManager $priceManager)
 {
     parent::__construct($pheal, $doctrine, $registry, $logger);
     $this->assetManager = $itemManager;
     $this->priceManager = $priceManager;
 }