1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
filterhandler.php
См. документацию.
1<?php
2
3namespace Bitrix\Socialnetwork\Component\LogList;
4
6{
7 private $filterItems = null;
8
9 public function __construct($params)
10 {
11 $this->filterItems = $params['filterItems'];
12 }
13
14 public function OnBeforeSonetLogFilterFill(&$pageParamsToClear, &$itemsTop, &$items): void
15 {
16 $items = $this->filterItems;
17 }
18}
OnBeforeSonetLogFilterFill(&$pageParamsToClear, &$itemsTop, &$items)
Определения filterhandler.php:14
if($inWords) echo htmlspecialcharsbx(Number2Word_Rus(roundEx($totalVatSum $params['CURRENCY']
Определения template.php:799
$items
Определения template.php:224