Table of Contents
Properties
-
$input
: Input
-
$user
: User
-
$postVars
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
getUserInstance()
: User
-
handleUserDataProcess()
: array<string|int, mixed>
-
tableClearing()
: void
-
checkCntInvites()
: void
-
checkforDelRecords()
: void
-
checkPartyTimerNext()
: void
-
processCommentForm()
: void
-
processSaveSearch()
: void
-
recallAuth()
: void
-
setPostVars()
: void
-
toggleIgnoreStatus()
: void
-
updateUserProfileSessionData()
: void
public
Input
$input
$user
public
User
$user
$postVars
private
array<string|int, mixed>
$postVars
= []
__construct()
public
__construct() : mixed
getUserInstance()
public
getUserInstance() : User
handleUserDataProcess()
public
handleUserDataProcess(array<string|int, mixed> $getParas[, array<string|int, mixed> $saUserPublic = [] ]) : array<string|int, mixed>
Parameters
-
$getParas
: array<string|int, mixed>
-
-
$saUserPublic
: array<string|int, mixed>
= []
-
-
throws
-
DateMalformedStringException
-
throws
-
RandomException
-
throws
-
Exception
Return values
array<string|int, mixed>
tableClearing()
public
tableClearing() : void
checkCntInvites()
private
checkCntInvites() : void
checkforDelRecords()
private
checkforDelRecords([mixed $PID = 0 ]) : void
Parameters
-
$PID
: mixed
= 0
-
-
throws
-
Exception
checkPartyTimerNext()
private
checkPartyTimerNext() : void
private
processCommentForm(mixed $saInform) : void
Parameters
-
$saInform
: mixed
-
-
throws
-
RandomException
processSaveSearch()
private
processSaveSearch() : void
-
throws
-
Exception
recallAuth()
private
recallAuth() : void
-
throws
-
RandomException
setPostVars()
private
setPostVars() : void
toggleIgnoreStatus()
private
toggleIgnoreStatus([mixed $saUserPublic = [] ]) : void
Parameters
-
$saUserPublic
: mixed
= []
-
-
throws
-
DateMalformedStringException
-
throws
-
RandomException
updateUserProfileSessionData()
private
updateUserProfileSessionData([mixed $PUID = '' ][, mixed $saUserPublic = [] ]) : void
Parameters
-
$PUID
: mixed
= ''
-
-
$saUserPublic
: mixed
= []
-