ILIAS  release_7 Revision v7.30-3-g800a261c036
DeliveryConsumer.php
Go to the documentation of this file.
1<?php
2
4
10{
11
16 public function run() : void;
17
23 public function setRevisionNumber(int $revision_number) : DeliveryConsumer;
24
25 public function overrideFileName(string $file_name) : DeliveryConsumer;
26}
An exception for terminatinating execution or to throw for unit testing.
run()
This runs the actual DeliveryConsumer.