Bitrix API

Structure implements Item

Table of Contents

Interfaces

Item

Constants

DEFAULT_STRUCTURE_XML_ID  = 'COMPANY_STRUCTURE'

Properties

$createdAt  : DateTime|null
$createdBy  : int|null
$id  : int|null
$name  : string
$type  : StructureType|null
$updatedAt  : DateTime|null
$xmlId  : string|null

Methods

__construct()  : mixed

Constants

DEFAULT_STRUCTURE_XML_ID

public mixed DEFAULT_STRUCTURE_XML_ID = 'COMPANY_STRUCTURE'

Properties

$createdBy

public int|null $createdBy = null

Methods

__construct()

public __construct(string $name[, StructureType|null $type = StructureType::DEFAULT ][, int|null $id = null ][, string|null $xmlId = null ][, int|null $createdBy = null ][, DateTime|null $createdAt = null ][, DateTime|null $updatedAt = null ]) : mixed
Parameters
$name : string
$type : StructureType|null = StructureType::DEFAULT
$id : int|null = null
$xmlId : string|null = null
$createdBy : int|null = null
$createdAt : DateTime|null = null
$updatedAt : DateTime|null = null

        
On this page

Search results