phpDocumentor

OverviewWidgets implements IteratorAggregate

Class representing a collection of widgets.

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$values  : array<string|int, OverviewWidget>
Values.
create()  : OverviewWidgets
Create instance.
getIterator()  : ArrayIterator
__construct()  : mixed
Constructor.

Properties

Methods

getIterator()

public getIterator() : ArrayIterator
Tags
inheritDoc
Return values
ArrayIterator

__construct()

Constructor.

private __construct(array<string|int, mixed> $values) : mixed
Parameters
$values : array<string|int, mixed>

Values.

Return values
mixed

Search results