Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)<syntaxhighlight lang="php">
   
   public function init()
   {
       $this->subscribe('beforeSurveySettings');
       $this->subscribe('newSurveySettings');
       // Other events...
   }
 h Japanese (ja)<syntaxhighlight lang="php">
   
   public function init()
   {
       $this->subscribe('beforeSurveySettings');
       $this->subscribe('newSurveySettings');
       // Other events...
   }
 h Dutch (nl)<syntaxhighlight lang="php">
   
   public function init()
   {
       $this->subscribe('beforeSurveySettings');
       $this->subscribe('newSurveySettings');
       // Other events...
   }