ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Worker.php
Go to the documentation of this file.
1<?php
2
4
13interface Worker
14{
15
19 public function doWork();
20
21
28 public function isSynchronised();
29}
An exception for terminatinating execution or to throw for unit testing.
isSynchronised()
Returns true iff the worker wants to be called within the current HTTP request.
Created by PhpStorm.