1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
landing.php
См. документацию.
1<?php
2
3namespace Bitrix\Landing\Controller;
4
5use Bitrix\Landing\Landing as LandingCore;
6use Bitrix\Main\Engine\Controller;
7use Bitrix\Main\Engine;
8
9class Landing extends Controller
10{
11 public function getDefaultPreFilters(): array
12 {
13 return [
16 ];
17 }
18
24 public function getByIdAction(int $landingId): ?array
25 {
27 'select' => [
28 '*',
29 ],
30 'filter' => [
31 'ID' => $landingId,
32 ],
33 ]);
34 if ($row = $res->fetch())
35 {
36 $row['ADDITIONAL_FIELDS'] = LandingCore::getAdditionalFieldsAsArray($landingId);
37
38 return $row;
39 }
40
41 return null;
42 }
43}
getByIdAction(int $landingId)
Определения landing.php:24
static getList(array $parameters=array())
Определения datamanager.php:431
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$res
Определения filter_act.php:7
Определения agent.php:3