1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс CAllIBlockProperty
Граф наследования:CAllIBlockProperty:
CIBlockProperty

Открытые члены

 Add ($arFields)
 CheckFields (&$arFields, $ID=false, $bFormValidate=false)
 Update ($ID, $arFields, $bCheckDescription=false)
 UpdateEnum ($ID, $arVALUES, $bForceDelete=true)
 FormatUpdateError ($ID, $CODE)
 FormatNotFoundError ($ID)
 _Update ($ID, $arFields, $bCheckDescription=false)
 _Add ($ID, $arFields)
 getLastError ()

Открытые статические члены

static GetList ($arOrder=Array(), $arFilter=Array())
static Delete ($ID)
static GetByID ($ID, $IBLOCK_ID=false, $IBLOCK_CODE=false)
static GetPropertyArray ($ID, $IBLOCK_ID, $bCached=true)
static GetPropertyEnum ($PROP_ID, $arOrder=array("SORT"=>"asc"), $arFilter=array())
static GetUserType ($USER_TYPE=false)
static _DateTime_GetUserTypeDescription ()
static _Date_GetUserTypeDescription ()
static _XmlID_GetUserTypeDescription ()
static _FileMan_GetUserTypeDescription ()
static _HTML_GetUserTypeDescription ()
static _ElementList_GetUserTypeDescription ()
static _Sequence_GetUserTypeDescription ()
static _ElementAutoComplete_GetUserTypeDescription ()
static _SKU_GetUserTypeDescription ()
static _SectionAutoComplete_GetUserTypeDescription ()
static DropColumnSQL ($strTable, $arColumns)

Поля данных

string $LAST_ERROR = ''

Защищенные члены

 prepareDefaultValue (mixed $value)

Подробное описание

См. определение в файле iblockproperty.php строка 10

Методы

◆ _Add()

_Add ( $ID,
$arFields )

Переопределяется в CIBlockProperty.

См. определение в файле iblockproperty.php строка 1474

◆ _Date_GetUserTypeDescription()

_Date_GetUserTypeDescription ( )
static
См. также
\CIBlockPropertyDate::GetUserTypeDescription()
Возвращает
array

См. определение в файле iblockproperty.php строка 1371

◆ _DateTime_GetUserTypeDescription()

_DateTime_GetUserTypeDescription ( )
static
См. также
\CIBlockPropertyDateTime::GetUserTypeDescription()
Возвращает
array

См. определение в файле iblockproperty.php строка 1360

◆ _ElementAutoComplete_GetUserTypeDescription()

_ElementAutoComplete_GetUserTypeDescription ( )
static
См. также
\CIBlockPropertyElementAutoComplete::GetUserTypeDescription()
Возвращает
array

См. определение в файле iblockproperty.php строка 1437

◆ _ElementList_GetUserTypeDescription()

_ElementList_GetUserTypeDescription ( )
static
См. также
\CIBlockPropertyElementList::GetUserTypeDescription()
Возвращает
array

См. определение в файле iblockproperty.php строка 1415

◆ _FileMan_GetUserTypeDescription()

_FileMan_GetUserTypeDescription ( )
static
См. также
\CIBlockPropertyFileMan::GetUserTypeDescription()
Возвращает
array

См. определение в файле iblockproperty.php строка 1393

◆ _HTML_GetUserTypeDescription()

_HTML_GetUserTypeDescription ( )
static
См. также
\CIBlockPropertyHTML::GetUserTypeDescription()
Возвращает
array

См. определение в файле iblockproperty.php строка 1404

◆ _SectionAutoComplete_GetUserTypeDescription()

_SectionAutoComplete_GetUserTypeDescription ( )
static
См. также
\CIBlockPropertySectionAutoComplete::GetUserTypeDescription()
Возвращает
array

См. определение в файле iblockproperty.php строка 1459

◆ _Sequence_GetUserTypeDescription()

_Sequence_GetUserTypeDescription ( )
static
См. также
\CIBlockPropertySequence::GetUserTypeDescription()
Возвращает
array

См. определение в файле iblockproperty.php строка 1426

◆ _SKU_GetUserTypeDescription()

_SKU_GetUserTypeDescription ( )
static
См. также
\CIBlockPropertySKU::GetUserTypeDescription()
Возвращает
array

См. определение в файле iblockproperty.php строка 1448

◆ _Update()

_Update ( $ID,
$arFields,
$bCheckDescription = false )

Переопределяется в CIBlockProperty.

См. определение в файле iblockproperty.php строка 1464

◆ _XmlID_GetUserTypeDescription()

_XmlID_GetUserTypeDescription ( )
static
См. также
\CIBlockPropertyXmlID::GetUserTypeDescription()
Возвращает
array

См. определение в файле iblockproperty.php строка 1382

◆ Add()

Add ( $arFields)

См. определение в файле iblockproperty.php строка 240

◆ CheckFields()

CheckFields ( & $arFields,
$ID = false,
$bFormValidate = false )

См. определение в файле iblockproperty.php строка 400

◆ Delete()

Delete ( $ID)
static

См. определение в файле iblockproperty.php строка 134

◆ DropColumnSQL()

DropColumnSQL ( $strTable,
$arColumns )
static

Переопределяется в CIBlockProperty.

См. определение в файле iblockproperty.php строка 1469

◆ FormatNotFoundError()

FormatNotFoundError ( $ID)

См. определение в файле iblockproperty.php строка 1349

◆ FormatUpdateError()

FormatUpdateError ( $ID,
$CODE )

См. определение в файле iblockproperty.php строка 1344

◆ GetByID()

GetByID ( $ID,
$IBLOCK_ID = false,
$IBLOCK_CODE = false )
static

См. определение в файле iblockproperty.php строка 727

◆ getLastError()

getLastError ( )

См. определение в файле iblockproperty.php строка 1479

◆ GetList()

GetList ( $arOrder = Array(),
$arFilter = Array() )
static

См. определение в файле iblockproperty.php строка 14

◆ GetPropertyArray()

GetPropertyArray ( $ID,
$IBLOCK_ID,
$bCached = true )
static

См. определение в файле iblockproperty.php строка 807

◆ GetPropertyEnum()

GetPropertyEnum ( $PROP_ID,
$arOrder = array("SORT"=>"asc"),
$arFilter = array() )
static

См. определение в файле iblockproperty.php строка 1065

◆ GetUserType()

GetUserType ( $USER_TYPE = false)
static

См. определение в файле iblockproperty.php строка 1314

◆ prepareDefaultValue()

prepareDefaultValue ( mixed $value)
protected

Prepare default value for custom property type.

Аргументы
mixed$valueConvertToDB method result for custom property type.
Возвращает
string|bool|int|float

См. определение в файле iblockproperty.php строка 1490

◆ Update()

Update ( $ID,
$arFields,
$bCheckDescription = false )

См. определение в файле iblockproperty.php строка 516

◆ UpdateEnum()

UpdateEnum ( $ID,
$arVALUES,
$bForceDelete = true )

См. определение в файле iblockproperty.php строка 1138

Поля

◆ $LAST_ERROR

string $LAST_ERROR = ''

См. определение в файле iblockproperty.php строка 12


Объявления и описания членов класса находятся в файле: