PartyTimerTools
in package
uses
TraitData, TraitDataWrite, TraitPartyTimer
FinalYes
Table of Contents
Properties
- $partyTimer : PartyTimer
- $data : Data
- $env : array<string|int, mixed>
- $input : Input
- $user : User
Methods
- __construct() : mixed
- addOnPartyOnly() : void
- cntSubsPT() : int
- counts all sub-entries from TBL_USER_TO_PARTY Nur die öffentlichen Member werden gezählt
- getCntSubsPtSQL() : mixed
- Zählt je nach Schalter auch die tatsächlichen auf der Liste
- getDataInstance() : Data
- getDataWriteInstance() : DataWrite
- getPartyTimerInstance() : PartyTimer
Properties
$partyTimer
public
PartyTimer
$partyTimer
$data
private
Data
$data
$env
private
array<string|int, mixed>
$env
$input
private
Input
$input
$user read-only
private
User
$user
Methods
__construct()
public
__construct(User $user) : mixed
Parameters
- $user : User
addOnPartyOnly()
public
addOnPartyOnly(int $PID, int $nReadID, array<string|int, mixed> $saParty) : void
Parameters
- $PID : int
- $nReadID : int
- $saParty : array<string|int, mixed>
cntSubsPT()
counts all sub-entries from TBL_USER_TO_PARTY Nur die öffentlichen Member werden gezählt
public
cntSubsPT(int $nID[, bool $bForce = false ]) : int
Parameters
- $nID : int
-
- Party-ID
- $bForce : bool = false
Return values
int —Anzahl
getCntSubsPtSQL()
Zählt je nach Schalter auch die tatsächlichen auf der Liste
public
getCntSubsPtSQL(int $nID[, bool $bOrgaView = false ]) : mixed
Parameters
- $nID : int
- $bOrgaView : bool = false
getDataInstance()
public
getDataInstance() : Data
Return values
DatagetDataWriteInstance()
public
getDataWriteInstance() : DataWrite
Return values
DataWritegetPartyTimerInstance()
public
getPartyTimerInstance() : PartyTimer