| 1 | <?php |
||
| 11 | class CurrentApiCallFactory |
||
| 12 | { |
||
| 13 | private $entityManager; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @DI\InjectParams({ |
||
| 17 | * "entityManager" = @DI\Inject("doctrine.orm.eveapi_entity_manager") |
||
| 18 | * }) |
||
| 19 | */ |
||
| 20 | public function __construct(EntityManager $entityManager) |
||
| 24 | |||
| 25 | public function createCurrentApiCallMap(ApiKey $key) |
||
| 43 | } |
||
| 44 |