ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
BucketMeta.php
Go to the documentation of this file.
1 <?php
2 
3 namespace ILIAS\BackgroundTasks;
4 
12 interface BucketMeta
13 {
14 
18  public function getUserId();
19 
20 
24  public function setUserId($user_id);
25 
26 
30  public function getOverallPercentage();
31 
32 
37  public function setOverallPercentage($percentage);
38 
39 
45  public function setState($state);
46 
47 
51  public function getState();
52 
53 
57  public function getDescription();
58 
59 
63  public function getTitle();
64 }
Created by PhpStorm.