コード例 #1
0
 /**
  * Count comments
  * @return int
  */
 public function countComments()
 {
     return $this->comments->count();
 }