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