• Модуль: recyclebin
  • Путь к файлу: ~/bitrix/modules/recyclebin/lib/internals/entity.php
  • Класс: BitrixRecyclebinInternalsEntity
  • Вызов: Entity::getOwnerId
public function getOwnerId()
{
	if (!$this->ownerId)
	{
		$this->setOwnerId(User::getCurrentUserId());
	}

	return $this->ownerId;
}