ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
BucketMeta.php
Go to the documentation of this file.
1<?php
2
4
7
15interface 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}
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
Definition: linkback.php:10
An exception for terminatinating execution or to throw for unit testing.
Created by PhpStorm.