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