count() public method

public count ( )
コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function count()
 {
     return $this->collection->count();
 }