File manager - Edit - /home/web/vm-3fadc827.na4u.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 array_key_exists($offset, $this->document); } public function offsetSet($offset, $value) { } public function offsetUnset($offset) { } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings