Table of Contents
Properties
-
$input
: Input
-
$party
: Party
-
$tplParty
: string
-
$user
: User
-
$userPartyPw
: string
Methods
-
__construct()
: mixed
-
authPartyEdit()
: void
-
delPartyStyle()
: void
-
doMemberInformAfterUpdate()
: void
-
doPartyAjaxEdit()
: string
-
doPartyAjaxUpdate()
: string
-
getDataWriteInstance()
: DataWrite
-
getEmbedInstance()
: Embed
-
getPageInstance()
: Page
-
getPartyIdByPw()
: int
-
getPartyInstance()
: Party
-
getPartyTimerInstance()
: PartyTimer
-
getUserInstance()
: User
-
hideParty()
: bool|int
-
processPartyEdit()
: void
-
setUserPartyPw()
: void
-
writePartyNewLoc()
: int
private
Input
$input
$party
private
Party
$party
$tplParty
private
string
$tplParty
$user
private
User
$user
$userPartyPw
private
string
$userPartyPw
= ''
__construct()
public
__construct() : mixed
authPartyEdit()
public
authPartyEdit(array<string|int, mixed> $saPartyInit[, int $PID = 0 ]) : void
Parameters
-
$saPartyInit
: array<string|int, mixed>
-
-
$PID
: int
= 0
-
-
throws
-
RandomException
-
throws
-
Exception
delPartyStyle()
public
delPartyStyle(int $PID[, array<string|int, mixed> $saStyles = [] ]) : void
Parameters
-
$PID
: int
-
-
$saStyles
: array<string|int, mixed>
= []
-
-
throws
-
Exception
public
doMemberInformAfterUpdate(array<string|int, mixed> $saPartyInit[, int $bSetInform = 0 ]) : void
Parameters
-
$saPartyInit
: array<string|int, mixed>
-
-
$bSetInform
: int
= 0
-
-
throws
-
Exception
doPartyAjaxEdit()
public
doPartyAjaxEdit(int $PID) : string
Parameters
-
$PID
: int
-
-
throws
-
Exception
doPartyAjaxUpdate()
public
doPartyAjaxUpdate(int $PID) : string
Parameters
-
$PID
: int
-
-
throws
-
Exception
getDataWriteInstance()
public
getDataWriteInstance() : DataWrite
getEmbedInstance()
public
getEmbedInstance() : Embed
getPageInstance()
public
getPageInstance() : Page
getPartyIdByPw()
public
getPartyIdByPw(int $PID, string $password) : int
Parameters
-
$PID
: int
-
-
$password
: string
-
getPartyInstance()
public
getPartyInstance() : Party
getPartyTimerInstance()
public
getPartyTimerInstance() : PartyTimer
getUserInstance()
public
getUserInstance() : User
hideParty()
public
hideParty(int $PID) : bool|int
Parameters
-
$PID
: int
-
-
throws
-
Exception
processPartyEdit()
public
processPartyEdit(array<string|int, mixed> $saPartyInit[, int $PID = 0 ]) : void
Parameters
-
$saPartyInit
: array<string|int, mixed>
-
-
$PID
: int
= 0
-
-
throws
-
Exception
setUserPartyPw()
public
setUserPartyPw(string $userPartyPw) : void
Parameters
-
$userPartyPw
: string
-
writePartyNewLoc()
public
writePartyNewLoc(int $PID, array<string|int, mixed> $saPartyUpdate) : int
Parameters
-
$PID
: int
-
-
$saPartyUpdate
: array<string|int, mixed>
-
-
throws
-
Exception