Example #1
0
 public function getComment($parent)
 {
     $modelComment = new Pandamp_Modules_Extension_Comment_Model_Comment();
     $decorator = new Pandamp_BeanContext_Decorator($modelComment);
     $rows = $decorator->getParentCommentAsEntity($parent);
     return $rows;
 }