| 1 | <?php |
||
| 6 | class Events |
||
| 7 | { |
||
| 8 | const CAMPAIGN_CREATED = "starkerxp_campaign.entity.campaign.created"; |
||
| 9 | const CAMPAIGN_UPDATED = "starkerxp_campaign.entity.campaign.updated"; |
||
| 10 | const CAMPAIGN_DELETED = "starkerxp_campaign.entity.campaign.deleted"; |
||
| 11 | |||
| 12 | const EVENT_CREATED = "starkerxp_campaign.entity.event.created"; |
||
| 13 | const EVENT_UPDATED = "starkerxp_campaign.entity.event.updated"; |
||
| 14 | const EVENT_DELETED = "starkerxp_campaign.entity.event.deleted"; |
||
| 15 | |||
| 16 | const TEMPLATE_CREATED = "starkerxp_campaign.entity.template.created"; |
||
| 17 | const TEMPLATE_UPDATED = "starkerxp_campaign.entity.template.updated"; |
||
| 18 | const TEMPLATE_DELETED = "starkerxp_campaign.entity.template.deleted"; |
||
| 19 | |||
| 20 | } |
||
|
|
|||
| 21 |
This check marks files that end in a newline character, i.e. an empy line.