10namespace Bitrix\Iblock\ORM\Fields;
13use Bitrix\Iblock\ORM\PropertyValue;
14use Bitrix\Iblock\Property;
15use Bitrix\Main\Cli\OrmAnnotateCommand;
20 protected $iblockElementProperty;
27 return $this->iblockElementProperty;
37 $this->iblockElementProperty = $property;
44 return parent::getSetterTypeHint()
45 .
'|\\'.PropertyValue::class
46 .
'|'.$this->getRefEntity()->getField(
'VALUE')->getSetterTypeHint();
configureIblockElementProperty($property)
getIblockElementProperty()