File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/main/lib/copy/containercollection.php
Back
<?php namespace Bitrix\Main\Copy; use Bitrix\Main\Type\Dictionary; /** * Class for to store containers that will be used for copying. * * @package Bitrix\Main\Copy */ class ContainerCollection extends Dictionary { protected function addContainer(Container $container, $offset = null) { parent::offsetSet($offset, $container); } public function offsetSet($offset, $value) { $this->addContainer($value, $offset); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.79 |
proxy
|
phpinfo
|
Settings