ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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}
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.