RemoveResultCollection
implements
IteratorAggregate, JsonSerializable
Table of Contents
Interfaces
- IteratorAggregate
- JsonSerializable
Methods
-
add()
: void
-
getAll()
: array<string|int, RemoveResult>
-
getIterator()
: ArrayIterator|array<string|int, RemoveResult>
-
jsonSerialize()
: array<string|int, mixed>
add()
public
add(RemoveResult $result) : void
Parameters
-
$result
: RemoveResult
-
getAll()
public
getAll() : array<string|int, RemoveResult>
getIterator()
public
getIterator() : ArrayIterator|array<string|int, RemoveResult>
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>