UpdateContentsPositionCommand
in package
implements
CommandInterface
Updates the position of contents
Interfaces, Classes and Traits
- CommandInterface
- Interface CommandInterface
Table of Contents
- $contentPositions : array<string|int, mixed>
- $rollback : array<string|int, mixed>
- add() : void
- execute() : void
- Execute the command
- rollback() : void
- Execute the command
- setOption() : void
Properties
$contentPositions
private
array<string|int, mixed>
$contentPositions
= []
$rollback
private
array<string|int, mixed>
$rollback
= []
Methods
add()
public
add(int $contentGroupId, string $pageGroupId) : void
Parameters
- $contentGroupId : int
- $pageGroupId : string
Return values
void —execute()
Execute the command
public
execute() : void
Return values
void —rollback()
Execute the command
public
rollback() : void
Return values
void —setOption()
public
setOption(OptionInterface $option) : void
Parameters
- $option : OptionInterface