예제 #1
0
 public function getCommentedSongCount($order = "date", $number = -1)
 {
     return count(Song::songsCommentedBy($this->id, $order, $number));
 }