ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Data Fields | |
const | ICAL_EOL = "\r\n" |
const | ICAL_EOL_FB = "\n" |
const | ICAL_SPACE = " " |
const | ICAL_TAB = "\t" |
Definition at line 24 of file class.ilICalUtils.php.
const ilICalUtils::ICAL_EOL = "\r\n" |
Definition at line 26 of file class.ilICalUtils.php.
Referenced by ilICalParser\parse().
const ilICalUtils::ICAL_EOL_FB = "\n" |
Definition at line 27 of file class.ilICalUtils.php.
Referenced by ilICalParser\parse().
const ilICalUtils::ICAL_SPACE = " " |
Definition at line 28 of file class.ilICalUtils.php.
Referenced by ilICalParser\parse().
const ilICalUtils::ICAL_TAB = "\t" |
Definition at line 29 of file class.ilICalUtils.php.
Referenced by ilICalParser\parse().