SectionManagerInterface
Table of Contents
Methods
- create() : Result
- delete() : Result
- getAvailableExternalType() : array<string|int, mixed>
- update() : Result
Methods
create()
public
create(Section $section, SectionContext $context) : Result
Parameters
- $section : Section
- $context : SectionContext
Tags
Return values
Resultdelete()
public
delete(Section $section, SectionContext $context) : Result
Parameters
- $section : Section
- $context : SectionContext
Return values
ResultgetAvailableExternalType()
public
getAvailableExternalType() : array<string|int, mixed>
Return values
array<string|int, mixed>update()
public
update(Section $section, SectionContext $context) : Result
Parameters
- $section : Section
- $context : SectionContext