Class: CommentList
Source Location: /blogs/inc/comments/model/_commentlist.class.php
Class CommentList
Class Overview
|
CommentList Class Located in /blogs/inc/comments/model/_commentlist.class.php [line 36] Widget | --Table | --Results | --DataObjectList | --CommentListAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From DataObjectList Inherited From Results
Inherited From Table Inherited From Widget |
Inherited From DataObjectList
Inherited From Results
Inherited From Table
Inherited From Widget
|
[ Top ]
Method Summary
| CommentList | CommentList() | Constructor |
| boolean | display_if_empty() | Template function: display message if list is empty |
[ Top ]
Properties
Methods
Constructor CommentList [line 49]
|
Constructor
Parameters:| Blog | $Blog: | can pass NULL if $p is passed |
| string | $comment_types: | |
| array | $show_statuses: | |
| integer | $p: | Restrict to specific post |
| string | $author: | Order ("ASC"/"DESC") |
| string | $order: | List of fields to order by (separated by " ") |
| integer | $orderby: | Limit |
| $limit: | ||
| $exclude: |
[ Top ]
display_if_empty [line 162]
|
Template function: display message if list is empty
Parameters:| $params: |
API Tags:
| Return: | true if empty |
Redefinition of:
- Results::display_if_empty()
- Template function: display message if list is empty
[ Top ]
