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
CustomSectionconstructCustomSectionFromEntityObject()
Assemble a DTO CustomSection object from a EntityObject
public
static constructCustomSectionFromEntityObject(EO_CustomSection $entityObject) : CustomSection
Parameters
- $entityObject : EO_CustomSection
Return values
CustomSectionconstructCustomSectionPage()
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
CustomSectionPageconstructCustomSectionPageFromEntityObject()
Assemble a DTO CustomSectionPage object from a EntityObject
public
static constructCustomSectionPageFromEntityObject(EO_CustomSectionPage $entityObject) : CustomSectionPage
Parameters
- $entityObject : EO_CustomSectionPage