modules/Campaigns/CampaignDiagnostic.php
Functions
define_image(
int $num, int $total
)
:
string
This function takes in 3 parameters and determines the appropriate image source.
Parameters
Returns
Name | Type | Description |
---|---|---|
$num | int | parameter is the "health" parameter being tracked whenever there is something wrong. (higher number =bad) |
$total | int | Parameter is the total number things being checked. |
Type | Description |
---|---|
string | HTML img tag |