PHP Class TopicListWidget, thinksns

Author: zivss ([email protected])
Inheritance: extends Widget
显示文件 Open project: medz/thinksns-4

Public Methods

Method Description
refresh ( )
render ( array $data ) : string 渲染话题列表页面
searchTopic ( ) 搜索话题 用于发布分享发表框

Method Details

refresh() public method

public refresh ( )

render() public method

渲染话题列表页面
public render ( array $data ) : string
$data array 配置相关数据
return string 渲染页面的HTML

searchTopic() public method

搜索话题 用于发布分享发表框
public searchTopic ( )