ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ImagePurpose.php
Go to the documentation of this file.
1
<?php
2
18
declare(strict_types=1);
19
20
namespace
ILIAS\Data
;
21
30
enum
ImagePurpose
31
{
36
case
INFORMATIVE;
37
42
case
DECORATIVE;
43
49
case
USER_DEFINED
;
50
}
ILIAS\Data\ImagePurpose
ImagePurpose
This enum provides options to categorise the purpose of an image, which will be used to determine whe...
Definition:
ImagePurpose.php:31
ILIAS\Data\USER_DEFINED
@ USER_DEFINED
The image grahically conveys concepts and/or information to the context it is embedded in.
Definition:
ImagePurpose.php:49
ILIAS\Data
Definition:
Alphanumeric.php:24
components
ILIAS
Data
src
ImagePurpose.php
Generated on Sat Oct 18 2025 23:02:54 for ILIAS by
1.9.4 (using
Doxyfile
)