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

	return $this;
}