Definition at line 7 of file Issue36WorkAroundTest.php.
◆ testWorkaround()
Sabre\VObject\Issue36WorkAroundTest::testWorkaround |
( |
| ) |
|
Definition at line 9 of file Issue36WorkAroundTest.php.
References Sabre\VObject\Reader\read().
20 LAST-MODIFIED:20130323T225737Z
21 DTSTAMP:20130323T225737Z
22 UID:1833bd44-188b-405c-9f85-1a12105318aa
25 RECURRENCE-ID;RANGE=THISANDFUTURE;VALUE=DATE:20131013
26 DTSTART;VALUE=DATE:20131013
27 CREATED:20100721T121914Z
36 $it =
new Recur\EventIterator($obj,
'1833bd44-188b-405c-9f85-1a12105318aa');
37 $this->assertInstanceOf(
'Sabre\\VObject\\Recur\\EventIterator', $it);
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
The documentation for this class was generated from the following file: