ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($input, $options=0) | |
Constructor. More... | |
getNext () | |
Every time getNext() is called, a new object will be parsed, until we hit the end of the stream. More... | |
Public Member Functions inherited from Sabre\VObject\Splitter\SplitterInterface | |
__construct ($input) | |
Constructor. More... | |
Protected Attributes | |
$input | |
$parser | |
This class is responsible for splitting up VCard objects.
It is assumed that the input stream contains 1 or more VCARD objects. This class checks for BEGIN:VCARD and END:VCARD and parses each encountered component individually.
Sabre\VObject\Splitter\VCard::__construct | ( | $input, | |
$options = 0 |
|||
) |
Constructor.
The splitter should receive an readable file stream as it's input.
resource | $input | |
int | $options | Parser options, see the OPTIONS constants. |
Definition at line 46 of file VCard.php.
References Sabre\VObject\$input, PHPMailer\PHPMailer\$options, and input.
Sabre\VObject\Splitter\VCard::getNext | ( | ) |
Every time getNext() is called, a new object will be parsed, until we hit the end of the stream.
When the end is reached, null will be returned.
Implements Sabre\VObject\Splitter\SplitterInterface.
Definition at line 61 of file VCard.php.