ItemThread
class ItemThread extends Collection (View source)
Properties
protected | $collection_key | ||
protected | $clusterInfoType | ||
protected | $clusterInfoDataType | ||
protected | $itemType | ||
protected | $itemDataType | ||
string | $lastItemId | ||
protected | $matchInfoType | ||
protected | $matchInfoDataType | ||
string | $snippet | ||
protected | $threadKeyType | ||
protected | $threadKeyDataType | ||
string | $threadLocator | ||
protected | $topicStateType | ||
protected | $topicStateDataType | ||
string | $version |
Methods
getClusterInfo()
No description
setItem($item)
No description
getItem()
No description
setLastItemId($lastItemId)
No description
string
getLastItemId()
No description
getMatchInfo()
No description
setSnippet($snippet)
No description
string
getSnippet()
No description
getThreadKey()
No description
setThreadLocator($threadLocator)
No description
string
getThreadLocator()
No description
getTopicState()
No description
setVersion($version)
No description
string
getVersion()
No description
Details
setClusterInfo(ClusterInfo $clusterInfo)
No description
ClusterInfo
getClusterInfo()
No description
setItem($item)
No description
FuseboxItem[]
getItem()
No description
setLastItemId($lastItemId)
No description
string
getLastItemId()
No description
setMatchInfo(FuseboxItemThreadMatchInfo $matchInfo)
No description
FuseboxItemThreadMatchInfo
getMatchInfo()
No description
setSnippet($snippet)
No description
string
getSnippet()
No description
setThreadKey(MultiKey $threadKey)
No description
MultiKey
getThreadKey()
No description
setThreadLocator($threadLocator)
No description
string
getThreadLocator()
No description
setTopicState(TopicState $topicState)
No description
TopicState
getTopicState()
No description
setVersion($version)
No description
string
getVersion()
No description