Actions

Translations

Translations:Plugins - advanced/131/ja

From LimeSurvey Manual

Revision as of 00:23, 13 April 2024 by Bravehorse (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>