ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
BucketMeta.php
Go to the documentation of this file.
1<?php
2
4
12interface 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}
An exception for terminatinating execution or to throw for unit testing.
Created by PhpStorm.