Section implements Child
Table of Contents
Interfaces
Methods
- __construct() : mixed
- copy() : Result
- Copies iblock child.
- getSectionsRatio() : array<string|int, mixed>
- In order for the elements to be copied to the desired sections will return the identifier ratio of the copied partitions.
Methods
__construct()
public
__construct() : mixed
copy()
Copies iblock child.
public
copy(mixed $iblockId, mixed $copiedIblockId) : Result
Parameters
- $iblockId : mixed
-
Iblock id.
- $copiedIblockId : mixed
-
Copied iblock id.
Return values
ResultgetSectionsRatio()
In order for the elements to be copied to the desired sections will return the identifier ratio of the copied partitions.
public
getSectionsRatio([int $iblockId = 0 ]) : array<string|int, mixed>
Parameters
- $iblockId : int = 0
-
Iblock id.