Class to represent an assessment control action. More...
Public Member Functions | |
| __construct (string $action, DateTime $date, float $severity) | |
| Class constructor. | |
| string | getAction () |
| Get the action. | |
| DateTime | getDate () |
| Get the incident date. | |
| float | getSeverity () |
| Get the severity. | |
Class to represent an assessment control action.
| __construct | ( | string | $action, |
| DateTime | $date, | ||
| float | $severity ) |
Class constructor.
| string | $action | Action |
| DateTime | $date | Date/time of incident |
| float | $severity | Severity of incident |
| string getAction | ( | ) |
Get the action.
| DateTime getDate | ( | ) |
Get the incident date.
| float getSeverity | ( | ) |
Get the severity.