CRM_Event_Badge
class CRM_Event_Badge
This class print the name badges for the participants It isn't supposed to be called directly, but is the parent class of the classes in CRM/Event/Badges/XXX.php
Methods
__construct()
No description
setDebug(bool $debug = TRUE)
No description
run(array $participants)
Create the labels (pdf).
CRM_Event_BAO_Event|null
retrieveEvent(int $eventID)
No description
string
getImageFileName(int $eventID, bool $img = FALSE)
No description
printBackground(bool $img = FALSE)
No description
generateLabel(array $participant)
This is supposed to be overridden.
pdfExtraFormat()
No description
createLabels(array $participants)
Create labels (pdf).
Details
at line 49
__construct()
at line 67
setDebug(bool $debug = TRUE)
at line 85
run(array $participants)
Create the labels (pdf).
It assumes the participants are from the same event
at line 100
protected CRM_Event_BAO_Event|null
retrieveEvent(int $eventID)
at line 114
string
getImageFileName(int $eventID, bool $img = FALSE)
at line 147
printBackground(bool $img = FALSE)
at line 178
generateLabel(array $participant)
This is supposed to be overridden.
at line 186
pdfExtraFormat()
at line 194
createLabels(array $participants)
Create labels (pdf).