com.woltlab.wbb.data.post
Shows a list of dependent posts.
PostList | --DependentPostList
| Class | Description |
|---|---|
PostAddPostList |
Shows the lists of posts in the post add form. |
ThreadPostList |
ThreadPostList provides extended functions for displaying a list of posts. |
| Type | Name |
|---|---|
mixed |
$board |
mixed |
$sqlConditionVisible |
| Return | Name |
|---|---|
DependentPostList |
__construct(Thread $thread, Board $board)
|
void |
initDefaultSQL()
|
public mixed $board
public mixed $sqlConditionVisible = ''
PostList::$attachmentList, PostList::$attachmentPostIDArray, PostList::$attachments, PostList::$canViewAttachmentPreview, PostList::$limit, PostList::$offset, PostList::$postIDs, PostList::$posts, PostList::$sqlConditionJoins, PostList::$sqlConditions, PostList::$sqlJoins, PostList::$sqlOrderBy, PostList::$sqlSelects, PostList::$thread
public DependentPostList __construct(Thread $thread, Board $board)
Creates a new DependentPostList object.
$thread $board Redefinition of: PostList::__construct()
Redefined in descendants as: PostAddPostList::__construct(), PostEditPostList::__construct()
protected void initDefaultSQL()
Redefinition of: PostList::initDefaultSQL()
Redefined in descendants as: PostAddPostList::initDefaultSQL(), PostEditPostList::initDefaultSQL(), ThreadPostList::initDefaultSQL()
PostList::__construct(), PostList::buildQuery(), PostList::countPosts(), PostList::initDefaultSQL(), PostList::readAttachments(), PostList::readPostIDs(), PostList::readPosts()