Beispiel #1
0
 public function addComment($body, $commentable, $parentId = 0, $status = 'show')
 {
     return Comment::add($body, $this, $commentable, $parentId, $status);
 }