/**
  * Creates a new ModerationThreadsPage object.
  */
 public function __construct()
 {
     if ($this->threadList === null) {
         $this->threadList = new ThreadList();
     }
     $this->threadList->sqlConditions .= $this->sqlConditions;
     parent::__construct();
 }
 public function __construct($data, $boxname = "")
 {
     $this->BoxData['templatename'] = "usersOnlineBox";
     $this->getBoxStatus($data);
     $this->BoxData['boxID'] = $data['boxID'];
     if (USERSONLINEBOX_BOXOPENED == true) {
         $this->BoxData['Status'] = 1;
     }
     $this->usersOnlineSortedList = new UsersOnlineSortedList();
     parent::__construct();
 }
 /**
  * Creates a new ModerationThreadsPage object.
  */
 public function __construct()
 {
     SubscribedThread::clearSubscriptions();
     parent::__construct();
 }
 /**
  * Creates a new UsersOnlinePage object.
  */
 public function __construct()
 {
     $this->usersOnlineSortedList = new UsersOnlineSortedList();
     parent::__construct();
 }