Files
le-matelot/local/modules/Contest/Event/Base/ParticipateEvents.php
2020-01-27 08:56:08 +01:00

22 lines
525 B
PHP

<?php
/**
* This class has been generated by TheliaStudio
* For more information, see https://github.com/thelia-modules/TheliaStudio
*/
namespace Contest\Event\Base;
use Contest\Event\Module\ContestEvents as ChildContestEvents;
/*
* Class ParticipateEvents
* @package Contest\Event\Base
* @author TheliaStudio
*/
class ParticipateEvents
{
const CREATE = ChildContestEvents::PARTICIPATE_CREATE;
const UPDATE = ChildContestEvents::PARTICIPATE_UPDATE;
const DELETE = ChildContestEvents::PARTICIPATE_DELETE;
}