• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/volume/base.php
  • Класс: Bitrix\Crm\Volume\Base
  • Вызов: Base::getOwner
public function getOwner()
{
	return $this->ownerId > 0 ? $this->ownerId : 0;
}