phpDocumentor

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
throws
Exception
Return values
array<string|int, mixed>

getPagePositionFromDatabase()

public static getPagePositionFromDatabase(string $position) : string
Parameters
$position : string
Tags
throws
Exception
Return values
string

__construct()

PagePositionMapper constructor.

private __construct() : mixed

This class cannot be instantiated

Return values
mixed

Search results