ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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:30
ILIAS\Data\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 Sun Aug 31 2025 23:02:44 for ILIAS by
1.8.13 (using
Doxyfile
)