File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/bizproc/lib/Document/ValueCollection.php
Back
<?php namespace Bitrix\Bizproc\Document; abstract class ValueCollection implements \ArrayAccess { protected $document = []; public function __construct(array $document) { $this->document = $document; } public function offsetGet($offset) { return $this->document[$offset] ?? null; } public function offsetExists($offset) { return isset($this->document[$offset]); } public function offsetSet($offset, $value) { } public function offsetUnset($offset) { } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings