ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilICalUtils.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
24
class
ilICalUtils
25
{
26
public
const
ICAL_EOL
=
"\r\n"
;
27
public
const
ICAL_EOL_FB
=
"\n"
;
28
public
const
ICAL_SPACE
=
" "
;
29
public
const
ICAL_TAB
=
"\t"
;
30
}
ilICalUtils\ICAL_EOL
const ICAL_EOL
Definition:
class.ilICalUtils.php:26
ilICalUtils\ICAL_TAB
const ICAL_TAB
Definition:
class.ilICalUtils.php:29
ilICalUtils\ICAL_SPACE
const ICAL_SPACE
Definition:
class.ilICalUtils.php:28
ilICalUtils
Definition:
class.ilICalUtils.php:24
ilICalUtils\ICAL_EOL_FB
const ICAL_EOL_FB
Definition:
class.ilICalUtils.php:27
components
ILIAS
Calendar
classes
iCal
class.ilICalUtils.php
Generated on Sun Aug 31 2025 23:02:28 for ILIAS by
1.8.13 (using
Doxyfile
)