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

	return $this;
}