Table of Contents
Properties
-
$dataWrite
: DataWrite
-
$env
: array<string|int, mixed>
-
$memberLink
: MemberLink
Methods
-
__construct()
: mixed
-
editAjax()
: array{'cmtText': string, 'cmtTime': string}
-
getCommentsListInstance()
: CommentsList
-
getDataWriteInstance()
: DataWrite
-
getEmbedInstance()
: Embed
-
getMemberLinkInstance()
: MemberLink
-
writeAjax()
: array{'comments': string, 'informbtn': string}
-
getMainID()
: int
$dataWrite
private
DataWrite
$dataWrite
$env
private
array<string|int, mixed>
$env
$memberLink
private
MemberLink
$memberLink
__construct()
public
__construct() : mixed
editAjax()
public
editAjax(int $nID[, string $comment = '' ]) : array{'cmtText': string, 'cmtTime': string}
Parameters
-
$nID
: int
-
-
$comment
: string
= ''
-
-
throws
-
RandomException
-
throws
-
Exception
Return values
array{'cmtText': string, 'cmtTime': string}
public
getCommentsListInstance() : CommentsList
getDataWriteInstance()
public
getDataWriteInstance() : DataWrite
getEmbedInstance()
public
getEmbedInstance() : Embed
getMemberLinkInstance()
public
getMemberLinkInstance() : MemberLink
writeAjax()
public
writeAjax(int $nID, int $TID, string $comment[, string $PUID = '' ][, int $PID = 0 ]) : array{'comments': string, 'informbtn': string}
Parameters
-
$nID
: int
-
-
$TID
: int
-
-
$comment
: string
-
-
$PUID
: string
= ''
-
-
$PID
: int
= 0
-
-
throws
-
Exception
-
throws
-
RandomException
Return values
array{'comments': string, 'informbtn': string}
getMainID()
private
getMainID(string $PUID, int $TID, int $PID) : int
Parameters
-
$PUID
: string
-
-
$TID
: int
-
-
$PID
: int
-