• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/integration/landingmanager.php
  • Класс: BitrixSalesCenterIntegrationLandingManager
  • Вызов: LandingManager::isOrderPublicUrlAvailable
public function isOrderPublicUrlAvailable()
{
	$orderPublicUrlInfo = $this->getOrderPublicUrlInfo();
	if($orderPublicUrlInfo)
	{
		return $orderPublicUrlInfo['isActive'];
	}

	return false;
}