Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
valuestorage.php
1
<?php
9
namespace
Bitrix\Iblock\ORM
;
10
11
use
Bitrix\Main\ORM\Objectify\EntityObject
;
12
17
class
ValueStorage
extends
EntityObject
18
{
19
public
function
setValue
($value)
20
{
21
if
($this->entity->hasField(
ValueStorageTable::GENERIC_VALUE_FIELD_NAME
))
22
{
23
24
$this->
set
(
ValueStorageTable::GENERIC_VALUE_FIELD_NAME
, $value);
25
}
26
27
return
$this->sysSetValue(
'VALUE'
, $value);
28
}
29
}
Bitrix\Iblock\ORM\ValueStorage
Definition
valuestorage.php:18
Bitrix\Iblock\ORM\ValueStorage\setValue
setValue($value)
Definition
valuestorage.php:19
Bitrix\Iblock\ORM\ValueStorageTable\GENERIC_VALUE_FIELD_NAME
const GENERIC_VALUE_FIELD_NAME
Definition
valuestoragetable.php:19
Bitrix\Main\ORM\Objectify\EntityObject
Definition
entityobject.php:51
Bitrix\Iblock\ORM
Definition
commonelement.php:9
modules
iblock
lib
orm
valuestorage.php
Создано системой
1.10.0