extends |
Countable, IteratorAggregate, JsonSerializable |
---|
Collection is the base interface which covers functionality common to all the data structures in this library. It guarantees that all structures are traversable, countable, and can be converted to json using json_encode().
Methods | ||
---|---|---|
public
|
clear(): void
|
# |
public
|
copy(): Collection
|
# |
public
|
isEmpty(): bool
|
# |
public
|
toArray(): array
|
# |
Methods inherited from Countable |
---|
count() |
Methods inherited from IteratorAggregate |
---|
getIterator() |
Methods inherited from JsonSerializable |
---|
jsonSerialize() |