| 1 | <?php |
||
| 12 | class NoKeySectionApi implements SectionApi |
||
| 13 | { |
||
| 14 | private $phealFactory; |
||
| 15 | private $specificApiFactory; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @DI\InjectParams({ |
||
| 19 | * "phealFactory" = @DI\Inject("tarioch.pheal.factory"), |
||
| 20 | * "specificApiFactory" = @DI\Inject("tarioch.eveapi_fetcher_bundle.component.eve_api.specific_api_factory") |
||
| 21 | * }) |
||
| 22 | */ |
||
| 23 | public function __construct( |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @inheritdoc |
||
| 33 | */ |
||
| 34 | public function update(ApiCall $call) |
||
| 41 | } |
||
| 42 |