1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
entity.php
См. документацию.
1
<?php
2
3
4
namespace
Bitrix\Sale\Exchange\Integration\Service\Container;
5
6
7
use Bitrix\Sale\Internals\Fields;
8
9
abstract
class
Entity
10
{
11
protected
$fields
;
12
13
public
function
__construct
(
array
$values =
null
)
14
{
15
$this->fields =
new
Fields
($values);
16
}
17
18
public
function
getId
()
19
{
20
return
$this->fields->get(
'ID'
);
21
}
22
public
function
setId
($value)
23
{
24
$this->fields->set(
'ID'
, $value);
25
return
$this;
26
}
27
28
public
function
getFieldsValues
()
29
{
30
return
$this->fields->getValues();
31
}
32
33
abstract
static
public
function
createFromArray
(
array
$fields
);
34
}
Bitrix\Sale\Exchange\Integration\Service\Container\Entity
Определения
entity.php:10
Bitrix\Sale\Exchange\Integration\Service\Container\Entity\getId
getId()
Определения
entity.php:18
Bitrix\Sale\Exchange\Integration\Service\Container\Entity\createFromArray
static createFromArray(array $fields)
Bitrix\Sale\Exchange\Integration\Service\Container\Entity\__construct
__construct(array $values=null)
Определения
entity.php:13
Bitrix\Sale\Exchange\Integration\Service\Container\Entity\getFieldsValues
getFieldsValues()
Определения
entity.php:28
Bitrix\Sale\Exchange\Integration\Service\Container\Entity\setId
setId($value)
Определения
entity.php:22
Bitrix\Sale\Exchange\Integration\Service\Container\Entity\$fields
$fields
Определения
entity.php:11
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\Main\ORM\Fields
Определения
arrayfield.php:9
bitrix
modules
sale
lib
exchange
integration
service
container
entity.php
Создано системой
1.14.0