CollectionInterface
interface CollectionInterface implements SimpleCollectionInterface, ArrayAccess
Class CollectionInterface.
Methods
static
CollectionInterface
create(
array $elements = array())
No description
bool
containsKey(
mixed $key)
No description
bool
contains(
mixed $element)
No description
bool
removeElement(
mixed $element)
No description
bool
offsetExists(
mixed $offset)
No description
null|mixed
offsetGet(
mixed $offset)
No description
$this
offsetSet(
mixed $offset,
mixed $value)
No description
$this
offsetUnset(
mixed $offset)
No description
bool
null|mixed
indexOf(
mixed $element)
No description
mixed[]
getKeys()
No description
mixed[]
getValues()
No description
int
instancesOf(
mixed $search)
No description
$this
add(
mixed $element)
No description
slice(
int $offset,
null|int $length = null)
No description
reverse()
No description
shuffle()
No description