1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Sort.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Main\Provider\Params;
6
7abstract class Sort implements SortInterface
8{
12 public function __construct(protected array $sort = [])
13 {
14 }
15
16 public function prepareSort(): array
17 {
18 return array_intersect_key($this->sort, array_flip($this->getAllowedFields()));
19 }
20
26 abstract protected function getAllowedFields(): array;
27}
__construct(protected array $sort=[])
Определения Sort.php:12
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804