Definition at line 7 of file Issue96Test.php.
◆ testRead()
Sabre\VObject\Issue96Test::testRead |
( |
| ) |
|
Definition at line 9 of file Issue96Test.php.
References Sabre\VObject\$input, ILIAS\FileDelivery\http(), Sabre\VObject\Reader\OPTION_FORGIVING, and Sabre\VObject\Reader\read().
14 SOURCE:Yahoo Contacts (
http:
15 URL;CHARSET=utf-8;ENCODING=QUOTED-PRINTABLE:=
21 $this->assertInstanceOf(
'Sabre\\VObject\\Component\\VCard', $vcard);
22 $this->assertEquals(
"http://www.example.org", $vcard->URL->getValue());
static http()
Fetches the global http state from ILIAS.
const OPTION_FORGIVING
If this option is passed to the reader, it will be less strict about the validity of the lines...
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: