File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/calendar/lib/core/base/indexcollection.php
Back
<?php namespace Bitrix\Calendar\Core\Base; abstract class IndexCollection extends Collection { /** * @param $item * @param $index * @return $this * @throws BaseException */ public function add($item, $index = null): IndexCollection { if (!$index) { throw new BaseException('you should pass index'); } $this->collection[$index] = $item; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings