• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Reservation/Entity/EntityBuilder.php
  • Класс: Bitrix\Crm\Reservation\Entity\EntityBuilder
  • Вызов: EntityBuilder::setOwnerTypeId
public function setOwnerTypeId(int $ownerTypeId): EntityBuilder
{
	$this->ownerTypeId = $ownerTypeId;
	return $this;
}