Class DependentPostList

com.woltlab.wbb.data.post

Description

Shows a list of dependent posts.

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

Direct descendents

Class Description
PostAddPostList Shows the lists of posts in the post add form.
ThreadPostList ThreadPostList provides extended functions for displaying a list of posts.

Variable Summary

Type Name
mixed $board
mixed $sqlConditionVisible

Method Summary

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

Methods

__construct

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

Creates a new DependentPostList object.

Parameters:

  • $thread
  • $board

Redefinition of: PostList::__construct()

Redefined in descendants as: PostAddPostList::__construct(), PostEditPostList::__construct()


initDefaultSQL

protected void initDefaultSQL()

  • see: PostList::initDefaultSQL();

Redefinition of: PostList::initDefaultSQL()

Redefined in descendants as: PostAddPostList::initDefaultSQL(), PostEditPostList::initDefaultSQL(), ThreadPostList::initDefaultSQL()


Inherited methods from PostList

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