27    #const LINEBREAK = '<br />'; 
   41        $a_text = str_replace(
"\r\n", 
'\\n', $a_text);
 
   67        include_once 
'./Services/Utilities/classes/class.ilStr.php';
 
   78        for (
$i = 0; 
$i < count($chunks); 
$i++) {
 
   79            $this->ical .= $chunks[
$i];
 
   80            if (isset($chunks[
$i + 1])) {
 
An exception for terminatinating execution or to throw for unit testing.
static escapeText($a_text)
const BEGIN_LINE_WHITESPACE
addLine($a_line)
Add a line to the ical string.
__toString()
Return ical string.
static subStr($a_str, $a_start, $a_length=null)