ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\ResourceStorage\Events Namespace Reference

Data Structures

class  CollectionData
 
class  Data
 
class  DataContainer
 
class  FlavourData
 
interface  Observer
 
class  Subject
 

Enumerations

enum  Event : string { FLAVOUR_BUILD_FAILED = 'flavour:build:failed' }
 

Enumeration Type Documentation

◆ Event

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s
Enumerator
FLAVOUR_BUILD_FAILED 

event string being used if a new Resource has been stored to the IRSS.

event string being used if a Resource has been deleted from the IRSS. event string being used if a new Resource has been assigned and stored to a collection. event string being used if a Resource has been deassigned from collection. event string for all possible events.

Definition at line 26 of file Event.php.

27{
31 // case RESOURCE_CREATED = 'resource:created'; // will follow later
35 // case RESOURCE_DELETED = 'resource:deleted'; // will follow later
36
40 case COLLECTION_RESOURCE_ADDED = 'collection:resource:added';
44 // case COLLECTION_RESOURCE_REMOVED = 'collection:resource:removed'; // will follow later
45
49 case ALL = '*';
50
51 case FLAVOUR_BUILD_SUCCESS = 'flavour:build:success';
52 case FLAVOUR_BUILD_FAILED = 'flavour:build:failed';
53}
@ ALL
event string being used if
@ FLAVOUR_BUILD_FAILED
event string being used if a new Resource has been stored to the IRSS.
Definition: Event.php:52