コード例 #1
0
 /**
  *	@fn software_moderation_queue
  *	@short Action method to manage the queue of software comments.
  */
 public function software_moderation_queue()
 {
     $comment = new SoftwareComment();
     $this->comments = $comment->find_unapproved();
 }