| 1 | <?php |
||
| 10 | class NewApiFactory |
||
| 11 | { |
||
| 12 | private $entityManager; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @DI\InjectParams({ |
||
| 16 | * "entityManager" = @DI\Inject("doctrine.orm.eveapi_entity_manager") |
||
| 17 | * }) |
||
| 18 | */ |
||
| 19 | public function __construct(EntityManager $entityManager) |
||
| 23 | |||
| 24 | public function createNewApiMap($accessMask, $keyType, array $chars) |
||
| 46 | } |
||
| 47 |