Actions

Translations

Translations:Plugins - advanced/131/en

From LimeSurvey Manual

private function getIsActive(int $sid): bool

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

</syntaxhighlight>