• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/binding/entity.php
  • Класс: BitrixLandingBindingEntity
  • Вызов: Entity::rebindSite
public function rebindSite(int $siteId): bool
{
	// this method only implements parent method currently

	if (method_exists($this, 'updateSiteRights'))
	{
		$this->updateSiteRights($siteId);
	}

	return true;
}