• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/binding/entity.php
  • Класс: BitrixLandingBindingEntity
  • Вызов: Entity::bind
private function bind($entityId, $entityType)
{
	if (!$this->getBindingId($entityId, $entityType))
	{
		$this->clearCache();
		return $this->addBinding($entityId, $entityType) > 0;
	}
	else
	{
		return false;
	}
}