Exemplo n.º 1
0
 public function getComments()
 {
     $comments = Models_Eportfolio_Entry_Comment::fetchAll($this->pentry_id);
     return $comments;
 }