GetIBlockFieldsRequest
Table of Contents
Properties
-
$iBlockId
: int
-
$loadDefaultFields
: bool
-
$loadEnumValues
: bool
-
$needCheckPermissions
: bool
Methods
-
__construct()
: mixed
$iBlockId
read-only
public
int
$iBlockId
$loadDefaultFields
read-only
public
bool
$loadDefaultFields
= false
$loadEnumValues
read-only
public
bool
$loadEnumValues
= false
$needCheckPermissions
read-only
public
bool
$needCheckPermissions
= true
__construct()
public
__construct(int $iBlockId[, bool $loadEnumValues = false ][, bool $loadDefaultFields = false ][, bool $needCheckPermissions = true ]) : mixed
Parameters
-
$iBlockId
: int
-
-
$loadEnumValues
: bool
= false
-
-
$loadDefaultFields
: bool
= false
-
-
$needCheckPermissions
: bool
= true
-