You are here

public function IncidentInterface::getEnergy in Radioactivity 8.3

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

Returns the incident energy.

Return value

int|float The incident energy.

1 method overrides IncidentInterface::getEnergy()
Incident::getEnergy in src/Incident.php
Returns the incident energy.

File

src/IncidentInterface.php, line 56

Class

IncidentInterface
Defines the Radioactivity Incident.

Namespace

Drupal\radioactivity

Code

public function getEnergy();