ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
VEventStatus.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\EmployeeTalk\Service
;
22
30
interface
VEventStatus
31
{
32
public
const
TENTATIVE
=
"TENTATIVE"
;
33
public
const
CONFIRMED
=
"CONFIRMED"
;
34
public
const
CANCELLED
=
"CANCELLED"
;
35
}
ILIAS\EmployeeTalk\Service\VEventStatus\CANCELLED
const CANCELLED
Definition:
VEventStatus.php:34
ILIAS\EmployeeTalk\Service\VEventStatus\TENTATIVE
const TENTATIVE
Definition:
VEventStatus.php:32
ILIAS\EmployeeTalk\Service\VEventStatus
Definition:
VEventStatus.php:30
ILIAS\EmployeeTalk\Service\VEventStatus\CONFIRMED
const CONFIRMED
Definition:
VEventStatus.php:33
ILIAS\EmployeeTalk\Service
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
EmployeeTalkEmailNotification.php:21
Modules
EmployeeTalk
classes
Service
VEventStatus.php
Generated on Sun Aug 31 2025 22:01:23 for ILIAS by
1.8.13 (using
Doxyfile
)