File manager - Edit - /home/web/vm-3fadc827.na4u.ru/www/bitrix/modules/landing/lib/site/update/update.php
Back
<?php namespace Bitrix\Landing\Site\Update; abstract class Update { /** * Entry point. Returns true on success. * @param int $siteId Site id. * @return bool */ abstract public static function update(int $siteId): bool; /** * Returns site's data. * @param int $siteId Site id. * @return array|null */ protected static function getId(int $siteId): ?array { return \Bitrix\Landing\Site::getList(['filter' => ['ID' => $siteId]])->fetch(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings