Translations:Plugins - advanced/127/ja
From LimeSurvey Manual
<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...
}