Definition at line 24 of file class.ilICalWriter.php.
◆ __construct()
ilICalWriter::__construct |
( |
| ) |
|
◆ __toString()
ilICalWriter::__toString |
( |
| ) |
|
◆ addLine()
ilICalWriter::addLine |
( |
|
$a_line | ) |
|
Add a line to the ical string.
- Returns
- Parameters
-
Definition at line 62 of file class.ilICalWriter.php.
References array, ilStr\strLen(), and ilStr\subStr().
66 include_once
'./Services/Utilities/classes/class.ilStr.php';
78 for($i = 0; $i < count($chunks); $i++)
80 $this->ical .= $chunks[$i];
81 if(isset($chunks[$i+1]))
83 $this->ical .= self::LINEBREAK;
84 $this->ical .= self::BEGIN_LINE_WHITESPACE;
87 $this->ical .= self::LINEBREAK;
Create styles array
The data for the language used.
static subStr($a_str, $a_start, $a_length=NULL)
◆ escapeText()
static ilICalWriter::escapeText |
( |
|
$a_text | ) |
|
|
static |
◆ $ical
◆ BEGIN_LINE_WHITESPACE
const ilICalWriter::BEGIN_LINE_WHITESPACE = ' ' |
◆ LINE_SIZE
const ilICalWriter::LINE_SIZE = 75 |
◆ LINEBREAK
const ilICalWriter::LINEBREAK = "\r\n" |
The documentation for this class was generated from the following file: