Contentserv PHP API

CSNoteComment
in package

Represents a CONTENTSERV Proof Reader Note Comment

Tags
since

CS12.1

Table of Contents

getAuthorID()  : int
returns the AuthorID of the Comment
getCreationDate()  : int
returns the creation date of the comment
getRecord()  : object
returns the record of this api
getStateID()  : int
returns the StateID of the note after the Comment was issued
getText()  : string
returns the Text of the Comment

Methods

getAuthorID()

returns the AuthorID of the Comment

public getAuthorID() : int
Tags
access

public

Return values
int

the ID of the Authors User

getCreationDate()

returns the creation date of the comment

public getCreationDate() : int
Tags
access

public

Return values
int

the seconds since 1970 when the comment was issued

getRecord()

returns the record of this api

public getRecord() : object
Tags
access

public

Return values
object

the record as NoteText-object

getStateID()

returns the StateID of the note after the Comment was issued

public getStateID() : int
Tags
access

public

Return values
int

the workflow state ID

getText()

returns the Text of the Comment

public getText() : string
Tags
access

public

Return values
string

the text that was written with this comment


        

Search results