addToAwardsCategory()
addToAwardsCategory(string $awardsCategoryName, bool $updateTeams = true) : \naigc\v25\IAwardsCategory|null
Adds the Competitor to a new AwardsCategory.
Parameters
| string | $awardsCategoryName | The AwardsCategory to add the Competitor to. |
| bool | $updateTeams | Optional. Whether all of the Competitor's Teams should also be updated. |
Throws
- \naigc\v25\exception\FailedMysqliPrepare
- \naigc\v25\exception\FailedMysqliExecute
Returns
\naigc\v25\IAwardsCategory|null —The newly added AwardsCategory.