Actions

Translations

Translations:Plugins - advanced/131/nl

From LimeSurvey Manual

private function getIsActive(int $sid): bool

   {
       return (bool) $this->get('isActive', 'Survey', $sid, false);
   }

</syntaxhighlight>