Initial commit

This commit is contained in:
2020-01-27 08:56:08 +01:00
commit b7525048d6
27129 changed files with 3409855 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<?php
/**
* This class has been generated by TheliaStudio
* For more information, see https://github.com/thelia-modules/TheliaStudio
*/
namespace Contest\Event\Module\Base;
/**
* Class ContestEvents
* @package Contest\Event\Module\Base
* @author TheliaStudio
*/
class ContestEvents
{
const GAME_CREATE = "action.game.create";
const GAME_UPDATE = "action.game.update";
const GAME_DELETE = "action.game.delete";
const GAME_TOGGLE_VISIBILITY = "action.game.toggle_visilibity";
const QUESTION_CREATE = "action.question.create";
const QUESTION_UPDATE = "action.question.update";
const QUESTION_DELETE = "action.question.delete";
const QUESTION_TOGGLE_VISIBILITY = "action.question.toggle_visilibity";
const ANSWER_CREATE = "action.answer.create";
const ANSWER_UPDATE = "action.answer.update";
const ANSWER_DELETE = "action.answer.delete";
const ANSWER_TOGGLE_VISIBILITY = "action.answer.toggle_visilibity";
const PARTICIPATE_CREATE = "action.participate.create";
const PARTICIPATE_UPDATE = "action.participate.update";
const PARTICIPATE_DELETE = "action.participate.delete";
const SEND_MAIL_WIN = "action.participate.mail.win.send";
}

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="ContestEvents.php" server="51.254.220.106//web/" local="131351944800000000" remote="131351944800000000" />
</dwsync>

View File

@@ -0,0 +1,19 @@
<?php
/**
* This class has been generated by TheliaStudio
* For more information, see https://github.com/thelia-modules/TheliaStudio
*/
namespace Contest\Event\Module;
use Contest\Event\Module\Base\ContestEvents as BaseContestEvents;
/**
* Class ContestEvents
* @package Contest\Event\Module
* @author TheliaStudio
*/
class ContestEvents extends BaseContestEvents
{
const SEND_MAIL_FRIEND = "action.participate.mail.friend.send";
}

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="ContestEvents.php" server="51.254.220.106//web/" local="131351944800000000" remote="131351944800000000" />
</dwsync>