ConstCollection::items
Get access to the items in the collection
public function items(): HH\Iterable<Te>;
Can be empty.
Returns
HH\Iterable<Te>- Returns anIterablewith access to all of the items in the collection.
Get access to the items in the collection
public function items(): HH\Iterable<Te>;
Can be empty.
HH\Iterable<Te> - Returns an Iterable with access to all of the items in
the collection.