__construct()
__construct(\naigc\v25\util\IMysql $mysql, string $nameFirst, string $nameLast, string $clubName, string $titles, string $colors, string $sessions, string $gyms, string $gymColors) : mixed
Creates a new Badge object.
Parameters
| \naigc\v25\util\IMysql | $mysql | The database. |
| string | $nameFirst | The person's first name. |
| string | $nameLast | The person's last name. |
| string | $clubName | The name of the club. |
| string | $titles | The CSV of titles that should go on the badge. |
| string | $colors | The CSV of colors that go with the titles. |
| string | $sessions | The CSV of sessions the person competes in. |
| string | $gyms | The CSV of gyms that go with the sessions. |
| string | $gymColors | The CSV of colors that go with the gyms. |