SimpleCollectionInterface
interface SimpleCollectionInterface implements Countable, IteratorAggregate
Interface SimpleCollectionInterface.
Methods
mixed[]
toArray()
No description
int
count()
No description
bool
isEmpty()
No description
$this
clear()
No description
mixed
remove(
mixed $key)
No description
null|mixed
get(
mixed $key)
No description
$this
set(
mixed $key,
mixed $element)
No description
getIterator()
No description