You are here

public function Incident::getEnergy in Radioactivity 8.3

Same name and namespace in other branches
  1. 8.2 src/Incident.php \Drupal\radioactivity\Incident::getEnergy()
  2. 4.0.x src/Incident.php \Drupal\radioactivity\Incident::getEnergy()

Returns the incident energy.

Return value

int|float The incident energy.

Overrides IncidentInterface::getEnergy

File

src/Incident.php, line 174

Class

Incident
Data class for Radioactivity Incident.

Namespace

Drupal\radioactivity

Code

public function getEnergy() {
  return $this->energy;
}