ElementList
extends ArrayIterator
in package
VObject ElementList.
This class represents a list of elements. Lists are the result of queries, such as doing $vcalendar->vevent where there's multiple VEVENT objects.
Tags
Table of Contents
- offsetSet() : mixed
- Sets an item through ArrayAccess.
- offsetUnset() : mixed
- Sets an item through ArrayAccess.
Methods
offsetSet()
Sets an item through ArrayAccess.
public
offsetSet(int $offset, mixed $value) : mixed
Parameters
- $offset : int
- $value : mixed
Return values
mixed —offsetUnset()
Sets an item through ArrayAccess.
public
offsetUnset(int $offset) : mixed
This method just forwards the request to the inner iterator
Parameters
- $offset : int