Documentation

GetByID

array
CSaleOrderPropsGroup::GetByID(
  int ID
);

The method GetByID returns parameters of a specified property group.

Parameters

ParameterDescription
ID The ID of the property group whose parameters should be returned..

Returned values

Returns an associated array with the following keys.

Key Description
ID The property group ID.
PERSON_TYPE_ID The payer type ID.
NAME Group name.
SORT Sort weight.

Example


<?
if ($arPropsGroup = CSaleOrderPropsGroup::GetByID(3))
   echo $arPropsGroup["NAME"];
?>
© «Bitrix24», 2001-2024
Up