ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Data Structures | |
class | Alphanumeric |
class | ClientId |
Public Types | |
enum | FiveStarRatingScale : int { EXCELLENT = 5 } |
This is the scale for the Rating Input. More... | |
enum | ImagePurpose { USER_DEFINED } |
This enum provides options to categorise the purpose of an image, which will be used to determine whether an alternate text is necessary or not, and possibly how it should be structured (in the future). More... | |
Public Member Functions | |
init (array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,) | |
enum ILIAS::Data::FiveStarRatingScale : int |
This is the scale for the Rating Input.
Enumerator | |
---|---|
EXCELLENT |
Definition at line 26 of file FiveStarRatingScale.php.
enum ILIAS::Data::ImagePurpose |
This enum provides options to categorise the purpose of an image, which will be used to determine whether an alternate text is necessary or not, and possibly how it should be structured (in the future).
More information about accessible images can be found here:
Enumerator | |
---|---|
USER_DEFINED | The image grahically conveys concepts and/or information to the context it is embedded in. An alternate text MUST be present. The image visually decorates the current page. It does not convey important information and an alternate text MUST NOT be present. The image purpose is specified by the user and falls into one of the options of this enum. This option exists for cases where ILIAS does not know the image purpose, like e.g. in the page editor. An alternate text MAY be present. |
Definition at line 30 of file ImagePurpose.php.
ILIAS\Data::init | ( | array|\ArrayAccess & | $define, |
array|\ArrayAccess & | $implement, | ||
array|\ArrayAccess & | $use, | ||
array|\ArrayAccess & | $contribute, | ||
array|\ArrayAccess & | $seek, | ||
array|\ArrayAccess & | $provide, | ||
array|\ArrayAccess & | $pull, | ||
array|\ArrayAccess & | $internal | ||
) |
Implements ILIAS\Component\Component.