ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
offsetSet ($offset, $value) | |
Sets an item through ArrayAccess. More... | |
offsetUnset ($offset) | |
Sets an item through ArrayAccess. More... | |
This class represents a list of elements. Lists are the result of queries, such as doing $vcalendar->vevent where there's multiple VEVENT objects.
Definition at line 18 of file ElementList.php.
Sabre\VObject\ElementList::offsetSet | ( | $offset, | |
$value | |||
) |
Sets an item through ArrayAccess.
int | $offset | |
mixed | $value |
Definition at line 31 of file ElementList.php.
Sabre\VObject\ElementList::offsetUnset | ( | $offset | ) |
Sets an item through ArrayAccess.
This method just forwards the request to the inner iterator
int | $offset |
Definition at line 46 of file ElementList.php.