Actions

Translations

Plugins - advanced/131/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "private function getIsActive(int $sid): bool { return (bool) $this->get('isActive', 'Survey', $sid, false); } </syntaxhighlight>")
 
(No difference)

Latest revision as of 17:48, 2 April 2024

Message definition (Plugins - advanced)
private function getIsActive(int $sid): bool
   {
       return (bool) $this->get('isActive', 'Survey', $sid, false);
   }
</syntaxhighlight>

private function getIsActive(int $sid): bool

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

</syntaxhighlight>