示例#1
0
 public function componentDashboardViewRecentComments()
 {
     $this->comments = entities\Comment::getRecentCommentsByAuthor($this->getUser()->getID());
 }