コード例 #1
0
ファイル: Entry.php プロジェクト: nadeemshafique/entrada-1x
 public function getComments()
 {
     $comments = Models_Eportfolio_Entry_Comment::fetchAll($this->pentry_id);
     return $comments;
 }