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