StructureBackwardAdapter
Table of Contents
Methods
-
clearCache()
: void
-
getStructure()
: array<string|int, mixed>
-
getStructureWithoutEmployee()
: array<string|int, mixed>
clearCache()
public
static clearCache() : void
getStructure()
public
static getStructure([int|null $fromIblockSectionId = null ][, int|null $depth = 0 ]) : array<string|int, mixed>
Parameters
-
$fromIblockSectionId
: int|null
= null
-
-
$depth
: int|null
= 0
-
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
ArgumentException
Return values
array<string|int, mixed>
getStructureWithoutEmployee()
public
static getStructureWithoutEmployee([int|null $fromIblockSectionId = null ][, int|null $depth = null ]) : array<string|int, mixed>
Parameters
-
$fromIblockSectionId
: int|null
= null
-
-
$depth
: int|null
= null
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
array<string|int, mixed>