<?php iterator_count(Traversable|array $iterator): int
<?php return count($this->source); } return iterator_count($this->getIterator()); }