예제 #1
0
파일: Note.php 프로젝트: Sywooch/notes
 public function getCommentsTree()
 {
     return Comment::findCommentsTree($this->id);
 }