ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SplitterInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\VObject\Splitter;
4 
18 interface SplitterInterface {
19 
27  function __construct($input);
28 
37  function getNext();
38 
39 }
if($argc< 3) $input
getNext()
Every time getNext() is called, a new object will be parsed, until we hit the end of the stream...