class Comment extends Model (View source)

Properties

protected $authorType
protected $authorDataType
protected $blogType
protected $blogDataType
string $content
string $id
protected $inReplyToType
protected $inReplyToDataType
string $kind
protected $postType
protected $postDataType
string $published
$selfLink
string $status
string $updated

Methods

setAuthor(CommentAuthor $author)

No description

getAuthor()

No description

setBlog(CommentBlog $blog)

No description

getBlog()

No description

setContent($content)

No description

string
getContent()

No description

setId($id)

No description

string
getId()

No description

setInReplyTo(CommentInReplyTo $inReplyTo)

No description

getInReplyTo()

No description

setKind($kind)

No description

string
getKind()

No description

setPost(CommentPost $post)

No description

getPost()

No description

setPublished($published)

No description

string
getPublished()

No description

setSelfLink($selfLink)

No description

string
getSelfLink()

No description

setStatus($status)

No description

string
getStatus()

No description

setUpdated($updated)

No description

string
getUpdated()

No description

Details

setAuthor(CommentAuthor $author)

No description

Parameters

CommentAuthor $author

CommentAuthor getAuthor()

No description

Return Value

CommentAuthor

setBlog(CommentBlog $blog)

No description

Parameters

CommentBlog $blog

CommentBlog getBlog()

No description

Return Value

CommentBlog

setContent($content)

No description

Parameters

$content

string getContent()

No description

Return Value

string

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setInReplyTo(CommentInReplyTo $inReplyTo)

No description

Parameters

CommentInReplyTo $inReplyTo

CommentInReplyTo getInReplyTo()

No description

Return Value

CommentInReplyTo

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setPost(CommentPost $post)

No description

Parameters

CommentPost $post

CommentPost getPost()

No description

Return Value

CommentPost

setPublished($published)

No description

Parameters

$published

string getPublished()

No description

Return Value

string

No description

Parameters

$selfLink

No description

Return Value

string

setStatus($status)

No description

Parameters

$status

string getStatus()

No description

Return Value

string

setUpdated($updated)

No description

Parameters

$updated

string getUpdated()

No description

Return Value

string