44 $a_text = str_replace(
"\r\n",
'\\n', $a_text);
61 public function addLine(
string $a_line) : void
65 include_once
'./Services/Utilities/classes/class.ilStr.php';
76 for (
$i = 0;
$i < count($chunks);
$i++) {
77 $line = (
$i > 0) ? self::BEGIN_LINE_WHITESPACE : self::EMPTY;
79 $line .= (isset($chunks[
$i + 1]) || (
$i + 1) === count($chunks)) ? self::LINEBREAK : self::EMPTY;
80 $this->lines[] = $line;
96 $this->lines = array_merge($this->lines, $other->lines);
101 return implode(
'', $this->lines);
const BEGIN_LINE_WHITESPACE
static subStr($a_str, $a_start, $a_length=null)
append(ilICalWriter $other)
static escapeText($a_text)