ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
BucketMeta.php
Go to the documentation of this file.
1 <?php
2 
3 namespace ILIAS\BackgroundTasks;
4 
7 
15 interface BucketMeta
16 {
17 
21  public function getUserId();
22 
23 
27  public function setUserId($user_id);
28 
29 
33  public function getOverallPercentage();
34 
35 
40  public function setOverallPercentage($percentage);
41 
42 
48  public function setState($state);
49 
50 
54  public function getState();
55 
56 
60  public function getDescription();
61 
62 
66  public function getTitle();
67 }
Created by PhpStorm.
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
Definition: linkback.php:10