Question
class Question extends Collection (View source)
Properties
protected | $collection_key | ||
protected | $authorType | ||
protected | $authorDataType | ||
string | $createTime | ||
string | $name | ||
string | $text | ||
protected | $topAnswersType | ||
protected | $topAnswersDataType | ||
int | $totalAnswerCount | ||
string | $updateTime | ||
int | $upvoteCount |
Methods
setCreateTime($createTime)
No description
string
getCreateTime()
No description
setName($name)
No description
string
getName()
No description
setText($text)
No description
string
getText()
No description
setTopAnswers($topAnswers)
No description
Answer[]
getTopAnswers()
No description
setTotalAnswerCount($totalAnswerCount)
No description
int
getTotalAnswerCount()
No description
setUpdateTime($updateTime)
No description
string
getUpdateTime()
No description
setUpvoteCount($upvoteCount)
No description
int
getUpvoteCount()
No description
Details
setAuthor(Author $author)
No description
Author
getAuthor()
No description
setCreateTime($createTime)
No description
string
getCreateTime()
No description
setName($name)
No description
string
getName()
No description
setText($text)
No description
string
getText()
No description
setTopAnswers($topAnswers)
No description
Answer[]
getTopAnswers()
No description
setTotalAnswerCount($totalAnswerCount)
No description
int
getTotalAnswerCount()
No description
setUpdateTime($updateTime)
No description
string
getUpdateTime()
No description
setUpvoteCount($upvoteCount)
No description
int
getUpvoteCount()
No description