File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/catalog/lib/restview/productpropertyenum.php
Back
<?php namespace Bitrix\Catalog\RestView; use Bitrix\Rest\Integration\View\Attributes; use Bitrix\Rest\Integration\View\DataType; use Bitrix\Rest\Integration\View\Base; final class ProductPropertyEnum extends Base { /** * @return array[] */ public function getFields() { return [ 'ID' => [ 'TYPE' => DataType::TYPE_INT, 'ATTRIBUTES' => [ Attributes::READONLY, ], ], 'PROPERTY_ID' => [ 'TYPE' => DataType::TYPE_INT, 'ATTRIBUTES' => [ Attributes::REQUIRED, ], ], 'VALUE' => [ 'TYPE' => DataType::TYPE_STRING, 'ATTRIBUTES' => [ Attributes::REQUIRED, ], ], 'DEF' => [ 'TYPE' => DataType::TYPE_CHAR, ], 'SORT' => [ 'TYPE' => DataType::TYPE_INT, ], 'XML_ID' => [ 'TYPE' => DataType::TYPE_STRING, 'ATTRIBUTES' => [ Attributes::REQUIRED, ], ], ]; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings