All translations
Enter a message name below to show all available translations.
Found 4 translations.
| Name | Current 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 Korean (ko) | <syntaxhighlight lang="php"> public function init() { $this->subscribe('beforeSurveySettings'); $this->subscribe('newSurveySettings'); // 기타 이벤트... } |
| h Dutch (nl) | <syntaxhighlight lang="php"> public function init() { $this->subscribe('beforeSurveySettings'); $this->subscribe('newSurveySettings'); // Other events... } |