PositionsManager has API functions to handle Position object/s and delivers it through web application.
◆ __construct()
| PositionsManager::__construct |
( |
mysqli |
$mysqli | ) |
|
◆ DeleteOldStatsPositions()
| PositionsManager::DeleteOldStatsPositions |
( |
| ) |
|
Delete setting of how positions should be dipslayed at public website.
- Returns
- bool
◆ DisplayedLiveStatsConfiguredPositions()
| PositionsManager::DisplayedLiveStatsConfiguredPositions |
( |
| ) |
|
List of positions in our specific order that we desire to display at public website for statistical purposes.
- Returns
- array<Position>
◆ FindAllPositions()
| PositionsManager::FindAllPositions |
( |
| ) |
|
Retrieve all work positions needed at Cup to be administered.
- Returns
- array<Position>
◆ GetPositionNameById()
| PositionsManager::GetPositionNameById |
( |
|
$posId | ) |
|
Get Position name based on id.
- Parameters
-
- Returns
- string
◆ InsertNewStatPosition()
| PositionsManager::InsertNewStatPosition |
( |
|
$id | ) |
|
Insert new setting of how positions should be dipslayed at public website.
- Parameters
-
- Returns
- bool
The documentation for this class was generated from the following file:
- model/PositionsManager.php