Actions

Translations

Plugins - advanced/127/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "<syntaxhighlight lang="php"> public function init() { $this->subscribe('beforeSurveySettings'); $this->subscribe('newSurveySettings'); // O...")
 
(No difference)

Latest revision as of 17:48, 2 April 2024

Message definition (Plugins - advanced)
<syntaxhighlight lang="php">
   
   public function init()
   {
       $this->subscribe('beforeSurveySettings');
       $this->subscribe('newSurveySettings');
       // Other events...
   }

<syntaxhighlight lang="php">

   public function init()
   {
       $this->subscribe('beforeSurveySettings');
       $this->subscribe('newSurveySettings');
       // Other events...
   }