printTeamInfo()
printTeamInfo(\mysqli $db, int $clubId, int $captainId = null, int $coachId = null) : string
Outputs some team information.
Parameters
| \mysqli | $db | The database connection. |
| int | $clubId | The id of the club. |
| int | $captainId | The personId of the captain. |
| int | $coachId | The personId of the coach. |
Returns
string —The html to output.