ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Component\Activities Namespace Reference

Data Structures

interface  Activity
 An Activity is an action on the domain layer action of a component. More...
 
class  ActivityImpl
 Basic Implementation for Activities. More...
 
class  ListActivitiesEntryPoint
 A simple entrypoint that just says hello, for testing and documentation purpose. More...
 
class  Query
 Basic class for Queries. More...
 
interface  Repository
 
class  StaticRepository
 

Enumerations

enum  ActivityType : string { Query = "query" }
 

Enumeration Type Documentation

◆ ActivityType

Enumerator
Query 

Definition at line 23 of file ActivityType.php.

23  : string
24 {
25  case Command = "command";
26  case Query = "query";
27 }