PartyTimerTools
in package
uses
TraitDataWrite, TraitPartyTimer, TraitUser
Table of Contents
Properties
- $partyTimer : PartyTimer
- $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
- getDataWriteInstance() : DataWrite
- getPartyTimerInstance() : PartyTimer
- getSubsPtSQL() : mixed
- Zählt je nach Schalter auch die tatsächlichen auf der Liste
- getUserInstance() : User
Properties
$partyTimer
public
PartyTimer
$partyTimer
$env
private
array<string|int, mixed>
$env
$input
private
Input
$input
$user
private
User
$user
Methods
__construct()
public
__construct() : mixed
addOnPartyOnly()
public
addOnPartyOnly(int $PID, int $nReadID, array<string|int, mixed> $saParty) : void
Parameters
- $PID : int
- $nReadID : int
- $saParty : array<string|int, mixed>
Tags
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
getDataWriteInstance()
public
getDataWriteInstance() : DataWrite
Return values
DataWritegetPartyTimerInstance()
public
getPartyTimerInstance() : PartyTimer
Return values
PartyTimergetSubsPtSQL()
Zählt je nach Schalter auch die tatsächlichen auf der Liste
public
getSubsPtSQL(int $nID[, bool $bOrgaView = false ]) : mixed
Parameters
- $nID : int
- $bOrgaView : bool = false
getUserInstance()
public
getUserInstance() : User