1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
reportcollection.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Seo\Analytics\Services\Helpers\Yandex\Dto;
4
5
use Bitrix\Main\Type\Dictionary;
6
7
final
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
}
Bitrix\Main\Type\Dictionary
Определения
dictionary.php:6
Bitrix\Seo\Analytics\Services\Helpers\Yandex\Dto\ReportCollection
Определения
reportcollection.php:8
Bitrix\Seo\Analytics\Services\Helpers\Yandex\Dto\ReportCollection\addItem
addItem(Report $value)
Определения
reportcollection.php:14
Bitrix\Seo\Analytics\Services\Helpers\Yandex\Dto\Report
Определения
report.php:8
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$name
$name
Определения
menu_edit.php:35
bitrix
modules
seo
lib
analytics
services
helpers
yandex
dto
reportcollection.php
Создано системой
1.14.0