19 declare(strict_types=1);
63 PropertyListing |
Content ...$main_details
97 PropertyListing |
Content ...$details
112 PropertyListing |
Content ...$personal_status
This describes an Entity.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withPrioritizedReactions(Glyph|Tag ... $prio_reactions)
Users may directly react to the entity, e.g.
withMainDetails(PropertyListing|Content ... $main_details)
Main Details should provide a quick differentiation or choice on the entity.
withFeaturedProperties(PropertyListing|StandardLink|Content ... $featured_props)
Some Properties may be of higher relevance than others, be it as very significant properties of the e...
withDetails(PropertyListing|Content ... $details)
Details provide further information about the entity - worth knowing and helpful, but not as signific...
withPersonalStatus(PropertyListing|Content ... $personal_status)
Personal Status properties indicate the status of a relation between the current user and the object...
withReactions(Glyph|Tag ... $reactions)
Reactions that are less prominent than Prioritized Reactions go here.
withBlockingAvailabilityConditions(PropertyListing|StandardLink|Content ... $blocking_conditions)
Set (and maybe explain) Blocking Availability Conditions when there is some access restriction for th...
withActions(Shy ... $actions)
Actions are the things you can actually do with the entity, e.g.
withAvailability(PropertyListing|StandardLink|Content ... $availability)
Properties that could potentially limit a users access to the object belong to this group...