コード例 #1
0
ファイル: EventCollection.php プロジェクト: novuso/common-l
 /**
  * Retrieves the count
  *
  * @return int
  */
 public function count()
 {
     return $this->messages->count();
 }