ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
Job.php
Go to the documentation of this file.
1<?php
2
4
8
17interface Job extends Task
18{
19
28 public function run(array $input, Observer $observer);
29
30
35 public function isStateless();
36
37
41 public function getInput();
42
43
51}
An exception for terminatinating execution or to throw for unit testing.
run(array $input, Observer $observer)