Class PostAddPostList

com.woltlab.wbb.data.post

Description

Shows the lists of posts in the post add form.

  • author: Marcel Werk
  • copyright: 2001-2009 WoltLab GmbH
  • license: WoltLab
PostList
   |
   --DependentPostList
      |
      --PostAddPostList

Direct descendents

Class Description
PostEditPostList Shows the lists of posts in the post edit form.

Variable Summary

Type Name
mixed $limit
mixed $sqlOrderBy

Method Summary

Return Name
PostAddPostList __construct(Thread $thread, Board $board)
void initDefaultSQL()

Methods

__construct

public PostAddPostList __construct(Thread $thread, Board $board)

Creates a new PostAddPostList object.

  • see: ThreadPostList::__construct()

Parameters:

  • $thread
  • $board

Redefinition of: DependentPostList::__construct()

Redefined in descendants as: PostEditPostList::__construct()


initDefaultSQL

protected void initDefaultSQL()


Inherited methods from DependentPostList

DependentPostList::__construct(), DependentPostList::initDefaultSQL()


Inherited methods from PostList

PostList::__construct(), PostList::buildQuery(), PostList::countPosts(), PostList::initDefaultSQL(), PostList::readAttachments(), PostList::readPostIDs(), PostList::readPosts()