Beispiel #1
0
 /**
  * Countable: return count of attached elements/fieldsets
  *
  * @return int
  */
 public function count()
 {
     return $this->iterator->count();
 }
 /**
  * Return count of attached resolvers
  *
  * @return int
  */
 public function count()
 {
     return $this->queue->count();
 }