• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/yandex/toloka/dto/viewspecsettings.php
  • Класс: Bitrix\Sender\Integration\Yandex\Toloka\DTO\ViewSpecSettings
  • Вызов: ViewSpecSettings::setShowInstructions
public function setShowInstructions(bool $showInstructions): ViewSpecSettings
{
	$this->showInstructions = $showInstructions;

	return $this;
}