1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
reportcollection.php
См. документацию.
1<?php
2
3namespace Bitrix\Seo\Analytics\Services\Helpers\Yandex\Dto;
4
5use Bitrix\Main\Type\Dictionary;
6
7final class ReportCollection extends Dictionary
8{
14 public function addItem(Report $value): self
15 {
16 $this->values[] = $value;
17
18 return $this;
19 }
20
27 public function set($name, $value = null)
28 {
29 if ($value instanceof Report)
30 {
31 parent::set($name, $value);
32 }
33 }
34
35 public function getUniqCampaignIds(): array
36 {
37 $ids = [];
38
40 foreach ($this->values as $report)
41 {
42 $ids[$report->campaignId] = $report->campaignId;
43 }
44
45 return array_values($ids);
46 }
47}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$name
Определения menu_edit.php:35