Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
update.php
1<?php
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)
Definition update.php:18