Exemplo n.º 1
0
 public function boot()
 {
     Modules::registerModule('course', 'Course module');
     AppTexts::registerName(CourseTexts::AREA_COURSE_LIST_TEXT);
     AppTexts::registerName(CourseTexts::GROUP_COURSE_LIST_TEXT);
     Activators::registerActivator('course.completed');
 }
Exemplo n.º 2
0
 public function boot()
 {
     Modules::registerModule('milestone', 'Milestone module');
     AppTexts::registerName(MilestoneTexts::AREA_MILESTONE_EDITOR_TEXT);
     AppTexts::registerName(MilestoneTexts::GROUP_MILESTONE_EDITOR_TEXT);
     AppTexts::registerName(MilestoneTexts::PROJECT_MILESTONE_EDITOR_TEXT);
 }
Exemplo n.º 3
0
 public function boot()
 {
     Modules::registerModule('edk', 'EDK module');
     CustomForms::registerService('edk:area-request-form', 'wio.edk.form.area_request');
     CustomForms::registerService('edk:area-form', 'wio.edk.form.area');
     AppTexts::registerName(EdkTexts::REGISTRATION_SETTINGS_TEXT);
     AppTexts::registerName(EdkTexts::MESSAGE_TEXT);
     AppTexts::registerName(EdkTexts::PARTICIPANT_TEXT);
     AppTexts::registerName(EdkTexts::REGISTRATION_FORM_TEXT);
     AppTexts::registerName(EdkTexts::REGISTRATION_TERMS1_TEXT);
     AppTexts::registerName(EdkTexts::REGISTRATION_TERMS2_TEXT);
     AppTexts::registerName(EdkTexts::REGISTRATION_TERMS3_TEXT);
     AppMails::registerName(EdkTexts::NOTIFICATION_MAIL);
     AppMails::registerName(EdkTexts::REGISTRATION_MAIL);
     Activators::registerActivator('route.approved');
 }
Exemplo n.º 4
0
 public function boot()
 {
     Modules::registerModule('forum', 'Forum module');
 }
Exemplo n.º 5
0
 public function boot()
 {
     Modules::registerModule('links', 'Links module');
 }