• Модуль: recyclebin
  • Путь к файлу: ~/bitrix/modules/recyclebin/lib/internals/entity.php
  • Класс: BitrixRecyclebinInternalsEntity
  • Вызов: Entity::__construct
public function __construct($entityId, $entityType, $moduleId)
{
	$this->setEntityType($entityType);
	$this->setEntityId($entityId);
	$this->setModuleId($moduleId);
}