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