1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
containercollection.php
См. документацию.
1<?php
2namespace Bitrix\Main\Copy;
3
4use Bitrix\Main\Type\Dictionary;
5
12{
13 protected function addContainer(Container $container, $offset = null)
14 {
15 parent::offsetSet($offset, $container);
16 }
17
18 public function offsetSet($offset, $value)
19 {
20 $this->addContainer($value, $offset);
21 }
22}
offsetSet($offset, $value)
Определения containercollection.php:18
addContainer(Container $container, $offset=null)
Определения containercollection.php:13