PartyTimerList
in package
uses
TraitData, TraitPartyTimer
FinalYes
Table of Contents
Properties
- $saAtt : array<string|int, mixed>
- $template : string
- $data : Data
- $partyTimer : PartyTimer
- $user : User
Methods
- __construct() : mixed
- getDataInstance() : Data
- getListPartyTimer() : string
- Zeigt partytimer eines users, gibt anzahl aktueller parties zurück, kann auch wert ohne anzeige zurueckgeben
- getPartyTimerInstance() : PartyTimer
- openPage() : void
- openPageMyParties() : void
- outputIcal() : void
- outputRss() : void
- cntHidden() : int
- getMyRssIcalData() : string
- getNavi() : string|null
- getPartyTimerDisclaimer() : string
- getPartyYears() : array<string|int, mixed>
- getSQL() : array<string|int, mixed>
- getTimeline() : string
- Zeigt die Timeline im Partytimer
- getTimelineWithListContent() : string
- getTplClass() : PartyListIcalTpl|PartyListRssTpl|PartyTimerListAjaxTpl|PartyTimerListDefTpl
- redirectIfPartyListEmpty() : void
Properties
$saAtt
public
array<string|int, mixed>
$saAtt
= []
$template
public
string
$template
= '_def'
$data
private
Data
$data
$partyTimer
private
PartyTimer
$partyTimer
$user read-only
private
User
$user
Methods
__construct()
public
__construct(User $user) : mixed
Parameters
- $user : User
getDataInstance()
public
getDataInstance() : Data
Return values
DatagetListPartyTimer()
Zeigt partytimer eines users, gibt anzahl aktueller parties zurück, kann auch wert ohne anzeige zurueckgeben
public
getListPartyTimer([int|null $nPos = 0 ][, bool $isNotInBox = true ]) : string
Parameters
- $nPos : int|null = 0
- $isNotInBox : bool = true
Tags
Return values
string —Anzahl
getPartyTimerInstance()
public
getPartyTimerInstance() : PartyTimer
Return values
PartyTimeropenPage()
public
openPage(HtmlHeader $htmlHeader) : void
Parameters
- $htmlHeader : HtmlHeader
openPageMyParties()
public
openPageMyParties(HtmlHeader $htmlHeader) : void
Parameters
- $htmlHeader : HtmlHeader
outputIcal()
public
outputIcal() : void
outputRss()
public
outputRss() : void
cntHidden()
private
cntHidden() : int
Return values
intgetMyRssIcalData()
private
getMyRssIcalData() : string
Return values
stringgetNavi()
private
getNavi(int $intAnzRow[, int|null $nPos = 0 ]) : string|null
Parameters
- $intAnzRow : int
- $nPos : int|null = 0
Return values
string|nullgetPartyTimerDisclaimer()
private
getPartyTimerDisclaimer(array<string|int, mixed> $pageData) : string
Parameters
- $pageData : array<string|int, mixed>
Return values
stringgetPartyYears()
private
getPartyYears(int $nUserID) : array<string|int, mixed>
Parameters
- $nUserID : int
Return values
array<string|int, mixed>getSQL()
private
getSQL(array<string|int, mixed> $naInID, array<string|int, mixed> $saAtt, string $PUID, int $bPast) : array<string|int, mixed>
Parameters
- $naInID : array<string|int, mixed>
- $saAtt : array<string|int, mixed>
- $PUID : string
- $bPast : int
Return values
array<string|int, mixed>getTimeline()
Zeigt die Timeline im Partytimer
private
getTimeline() : string
Return values
stringgetTimelineWithListContent()
private
getTimelineWithListContent([int $nPos = 0 ]) : string
Parameters
- $nPos : int = 0
Return values
stringgetTplClass()
private
getTplClass() : PartyListIcalTpl|PartyListRssTpl|PartyTimerListAjaxTpl|PartyTimerListDefTpl
Return values
PartyListIcalTpl|PartyListRssTpl|PartyTimerListAjaxTpl|PartyTimerListDefTplredirectIfPartyListEmpty()
private
redirectIfPartyListEmpty(string $partyList) : void
Parameters
- $partyList : string