PagePositionMapper
in package
Class PagePositionMapper
Table of Contents
- getPagePositionForDatabase() : array<string|int, mixed>
- The position inside the json file differs from the actually needed one in the Database. This method translates the position
- getPagePositionFromDatabase() : string
- __construct() : mixed
- PagePositionMapper constructor.
Methods
getPagePositionForDatabase()
The position inside the json file differs from the actually needed one in the Database. This method translates the position
public
static getPagePositionForDatabase(string $pageGroupId) : array<string|int, mixed>
Parameters
- $pageGroupId : string
Tags
Return values
array<string|int, mixed> —getPagePositionFromDatabase()
public
static getPagePositionFromDatabase(string $position) : string
Parameters
- $position : string
Tags
Return values
string —__construct()
PagePositionMapper constructor.
private
__construct() : mixed
This class cannot be instantiated