- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/integration/yandex/toloka/dto/viewspecsettings.php
- Класс: Bitrix\Sender\Integration\Yandex\Toloka\DTO\ViewSpecSettings
- Вызов: ViewSpecSettings::toArray
public function toArray():array
{
return [
'show_timer' => $this->showTimer,
'show_title' => $this->showTitle,
'show_instructions' => $this->showInstructions,
'show_fullscreen' => $this->showFullscreen,
'show_submit' => $this->showSubmit,
'show_skip' => $this->showSkip,
'show_finish' => $this->showFinish,
'show_message' => $this->showMessage,
];
}