Cloneable
Instantiable
Iterable
Methods
|
public
__construct
(
array
$elements
=
[
]
)
|
public
add
(
$value
)
-
param
mixed
$value
-
return
bool
|
public
count
()
|
public
get
(
$key
)
-
param
string
$key
-
return
null
|
mixed
|
public
getIterator
()
|
public
jsonSerialize
()
-
attribute
ReturnTypeWillChange
|
public
merge
(
League\Geotools\ArrayCollection
$collection
)
|
public
offsetExists
(
$offset
)
|
public
offsetGet
(
$offset
)
|
public
offsetSet
(
$offset
,
$value
)
|
public
offsetUnset
(
$offset
)
|
public
remove
(
$key
)
-
param
string
$key
-
return
null
|
mixed
|
public
set
(
$key
,
$value
)
-
param
string
$key
-
param
mixed
$value
|
public
toArray
()
|
Properties
|
protected
$elements
|