コード例 #1
0
ファイル: Components.php プロジェクト: founderio/thebuggenie
 public function componentDashboardViewRecentComments()
 {
     $this->comments = entities\Comment::getRecentCommentsByAuthor($this->getUser()->getID());
 }