Beispiel #1
0
 public function __construct(GasGiantEntity $entity)
 {
     parent::__construct($entity);
 }
Beispiel #2
0
 public function __construct(GravimetricAnomalyEntity $entity)
 {
     parent::__construct($entity);
 }
Beispiel #3
0
 public function __construct(ElectricityStormEntity $entity)
 {
     parent::__construct($entity);
 }
Beispiel #4
0
 public function __construct(VoidEntity $entity)
 {
     parent::__construct($entity);
 }
Beispiel #5
0
 public function __construct(IonStormEntity $entity)
 {
     parent::__construct($entity);
 }
Beispiel #6
0
 public function __construct(SpatialDistortionEntity $entity)
 {
     parent::__construct($entity);
 }
Beispiel #7
0
 public function __construct(TerrestrialPlanetEntity $entity, CelestialBodySpecialtyRepository $celestialBodySpecialtyRepository)
 {
     parent::__construct($entity);
     $this->celestialBodySpecialtyRepository = $celestialBodySpecialtyRepository;
     $this->terrestrialPlanetEntity = $entity;
 }