Actions

Translations

Translations:Plugins - advanced/131/nl

From LimeSurvey Manual

Revision as of 17:48, 2 April 2024 by Han (talk | contribs) (Created page with "private function getIsActive(int $sid): bool { return (bool) $this->get('isActive', 'Survey', $sid, false); } </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

private function getIsActive(int $sid): bool

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

</syntaxhighlight>