Bitrix API

Assembler

Table of Contents

Methods

constructCustomSection()  : CustomSection
Assemble a DTO CustomSection object from a DB row
constructCustomSectionFromEntityObject()  : CustomSection
Assemble a DTO CustomSection object from a EntityObject
constructCustomSectionPage()  : CustomSectionPage
Assemble a DTO CustomSectionPage object from a DB row
constructCustomSectionPageFromEntityObject()  : CustomSectionPage
Assemble a DTO CustomSectionPage object from a EntityObject

Methods

constructCustomSection()

Assemble a DTO CustomSection object from a DB row

public static constructCustomSection(array<string|int, mixed> $row) : CustomSection
Parameters
$row : array<string|int, mixed>
Return values
CustomSection

constructCustomSectionFromEntityObject()

Assemble a DTO CustomSection object from a EntityObject

public static constructCustomSectionFromEntityObject(EO_CustomSection $entityObject) : CustomSection
Parameters
$entityObject : EO_CustomSection
Return values
CustomSection

constructCustomSectionPage()

Assemble a DTO CustomSectionPage object from a DB row

public static constructCustomSectionPage(array<string|int, mixed> $row) : CustomSectionPage
Parameters
$row : array<string|int, mixed>
Return values
CustomSectionPage

constructCustomSectionPageFromEntityObject()

Assemble a DTO CustomSectionPage object from a EntityObject

public static constructCustomSectionPageFromEntityObject(EO_CustomSectionPage $entityObject) : CustomSectionPage
Parameters
$entityObject : EO_CustomSectionPage
Return values
CustomSectionPage

        
On this page

Search results