Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)private function getIsActive(int $sid): bool
   {
       return (bool) $this->get('isActive', 'Survey', $sid, false);
   }
</syntaxhighlight>
 h Japanese (ja)private function getIsActive(int $sid): bool
   {
       return (bool) $this->get('isActive', 'Survey', $sid, false);
   }
</syntaxhighlight>
 h Dutch (nl)private function getIsActive(int $sid): bool
   {
       return (bool) $this->get('isActive', 'Survey', $sid, false);
   }
</syntaxhighlight>