PHP Class FeedListWidget, thinksns

Author: jason
Inheritance: extends Widget
Show file Open project: medz/thinksns-4

Public Methods

Method Description
getListItemByFeedId ( )
getPostDetail ( ) 获取微吧帖子数据
getTipoffDetail ( )
loadMore ( ) : array 显示更多分享
loadNew ( ) : array 显示最新分享
render ( $data = [] )

Private Methods

Method Description
getData ( array $var, string $tpl = 'FeedList.html' ) : array 获取分享数据,渲染分享显示页面
getTopicData ( array $var, string $tpl = 'FeedList.html' ) : array 获取话题分享数据,渲染分享显示页面

Method Details

getListItemByFeedId() public method

public getListItemByFeedId ( )

getPostDetail() public method

获取微吧帖子数据
public getPostDetail ( )

getTipoffDetail() public method

public getTipoffDetail ( )

loadMore() public method

显示更多分享
public loadMore ( ) : array
return array 更多分享信息、状态和提示

loadNew() public method

显示最新分享
public loadNew ( ) : array
return array 最新分享信息、状态和提示

render() public method

public render ( $data = [] )