1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
ValueCollection.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Bizproc\Document
;
4
5
abstract
class
ValueCollection
implements
\ArrayAccess
6
{
7
protected
$document
= [];
8
9
public
function
__construct
(
array
$document
)
10
{
11
$this->document =
$document
;
12
}
13
14
public
function
offsetGet
($offset)
15
{
16
return
$this->document[$offset] ??
null
;
17
}
18
19
public
function
offsetExists
($offset)
20
{
21
return
isset($this->document[$offset]);
22
}
23
24
public
function
offsetSet
($offset, $value)
25
{
26
27
}
28
29
public
function
offsetUnset
($offset)
30
{
31
32
}
33
}
Bitrix\Bizproc\Document\ValueCollection
Определения
ValueCollection.php:6
Bitrix\Bizproc\Document\ValueCollection\offsetUnset
offsetUnset($offset)
Определения
ValueCollection.php:29
Bitrix\Bizproc\Document\ValueCollection\offsetExists
offsetExists($offset)
Определения
ValueCollection.php:19
Bitrix\Bizproc\Document\ValueCollection\offsetGet
offsetGet($offset)
Определения
ValueCollection.php:14
Bitrix\Bizproc\Document\ValueCollection\__construct
__construct(array $document)
Определения
ValueCollection.php:9
Bitrix\Bizproc\Document\ValueCollection\$document
$document
Определения
ValueCollection.php:7
Bitrix\Bizproc\Document\ValueCollection\offsetSet
offsetSet($offset, $value)
Определения
ValueCollection.php:24
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Bizproc\Document
Определения
ValueCollection.php:3
bitrix
modules
bizproc
lib
Document
ValueCollection.php
Создано системой
1.14.0