Actions

Translations

Translations:Plugins - advanced/127/ja

From LimeSurvey Manual

Revision as of 00:23, 13 April 2024 by Bravehorse (talk | contribs) (Created page with "<syntaxhighlight lang="php"> public function init() { $this->subscribe('beforeSurveySettings'); $this->subscribe('newSurveySettings'); // Other events... }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<syntaxhighlight lang="php">

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