1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
update.php
См. документацию.
1<?php
2namespace Bitrix\Landing\Site\Update;
3
4abstract class Update
5{
11 abstract public static function update(int $siteId): bool;
12
18 protected static function getId(int $siteId): ?array
19 {
20 return \Bitrix\Landing\Site::getList(['filter' => ['ID' => $siteId]])->fetch();
21 }
22}
static getId(int $siteId)
Определения update.php:18
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$siteId
Определения ajax.php:8