Наследование: implements Countabl\Countable, implements IteratorAggregat\IteratorAggregate
Пример #1
0
 /**
  * Returns the length of the list.
  *
  * @return int
  */
 public function getLength()
 {
     return $this->objectsList->count();
 }