ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Job.php
Go to the documentation of this file.
1<?php
2
20
24
31interface Job extends Task
32{
40 public function run(array $input, Observer $observer): Value;
41
46 public function isStateless(): bool;
47
51 public function getInput(): array;
52
60}
run(array $input, Observer $observer)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Job.php:19