1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
expensescollection.php
См. документацию.
1<?php
2
3namespace Bitrix\Seo\Analytics\Internals;
4
5use Bitrix\Main\Type\Dictionary;
6
11final class ExpensesCollection extends Dictionary
12{
19 public function set($name, $value = null)
20 {
21 if ($value instanceof Expenses)
22 {
23 parent::set($name, $value);
24 }
25 }
26
32 public function addItem(Expenses $value): self
33 {
34 $this->values[] = $value;
35
36 return $this;
37 }
38
44 public function toArray(): array
45 {
46 $data = [];
47
48 foreach ($this->values as $expenses)
49 {
50 $data[] = $expenses->toArray();
51 }
52
53 return $data;
54 }
55}
$data['IS_AVAILABLE']
Определения .description.php:13
</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