| 1 | <?php |
||
| 12 | class TicketSelector |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Return the selector for the ticket option select input for the given event id. |
||
| 17 | * @param int|string $event_id |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | public static function ticketOptionByEventIdSelector($event_id) |
||
| 24 | |||
| 25 | |||
| 26 | /** |
||
| 27 | * Return the selector for the submit button for the ticket selector for the given event id. |
||
| 28 | * @param int|string $event_id |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | public static function ticketSelectionSubmitSelectorByEventId($event_id) |
||
| 35 | } |