예제 #1
0
 /**
  * Get a list of moderators for this board
  * @return void
  */
 public function getModerators()
 {
     $this->setPlaceholder('moderators', $this->board->getModeratorsList());
 }