• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/site/type.php
  • Класс: BitrixLandingSiteType
  • Вызов: Type::getPublicationPath
static function getPublicationPath()
{
	if (self::$currentScopeClass !== null)
	{
		return self::$currentScopeClass::getPublicationPath();
	}

	return null;
}