ForumThreadMember
in package
Table of Contents
Properties
- $daysThread : int
- $env : array<string|int, mixed>
- $threadData : array<string|int, mixed>
- $threadID : int
Methods
- __construct() : mixed
- getIDsOfThread() : array<string|int, mixed>
- Get's all related posts
- getPageIntro() : string
- getPageMemberList() : string
- getThreadUserIDs() : string
- setThreadFromIndex() : void
- calculateThreadAgeInDays() : int
- getForumHeadLineOnMember() : string
- getThreadTitle() : string
- setThreadID() : void
Properties
$daysThread
public
int
$daysThread
= 0
$env
private
array<string|int, mixed>
$env
$threadData
private
array<string|int, mixed>
$threadData
= []
$threadID
private
int
$threadID
= 0
Methods
__construct()
public
__construct([int $nID = 0 ]) : mixed
Parameters
- $nID : int = 0
getIDsOfThread()
Get's all related posts
public
getIDsOfThread() : array<string|int, mixed>
Return values
array<string|int, mixed> —- IDs des threads
getPageIntro()
public
getPageIntro(array<string|int, mixed> $page, array<string|int, mixed> $getParas) : string
Parameters
- $page : array<string|int, mixed>
- $getParas : array<string|int, mixed>
Return values
stringgetPageMemberList()
public
getPageMemberList(array<string|int, mixed> $getParas) : string
Parameters
- $getParas : array<string|int, mixed>
Tags
Return values
stringgetThreadUserIDs()
public
getThreadUserIDs() : string
Return values
stringsetThreadFromIndex()
public
setThreadFromIndex() : void
calculateThreadAgeInDays()
private
calculateThreadAgeInDays() : int
Return values
intgetForumHeadLineOnMember()
private
getForumHeadLineOnMember() : string
Return values
stringgetThreadTitle()
private
getThreadTitle(int $nPos) : string
Parameters
- $nPos : int
Return values
stringsetThreadID()
private
setThreadID(int $threadID) : void
Parameters
- $threadID : int