final class TrashItems implements IteratorAggregate, Countable (View source)

internal  for communication within the Workspace UI only
 

Methods

static TrashItems
list(TrashItem ...$items)

No description

getIterator()

No description

int
count()

No description

static TrashItems
fromArray(array $items)

No description

Details

static TrashItems list(TrashItem ...$items)

No description

Parameters

TrashItem ...$items

Return Value

TrashItems

Traversable getIterator()

No description

Return Value

Traversable

int count()

No description

Return Value

int

static TrashItems fromArray(array $items)

No description

Parameters

array $items

Return Value

TrashItems